diff --git a/css/client.css b/css/client.css index db63c8e..6c0abfc 100644 --- a/css/client.css +++ b/css/client.css @@ -806,7 +806,7 @@ img[src=""],img:not([src]){opacity:0;} width: calc(100% - 10px); height: calc(100% - 10px); } -.submissionDisplayer > div:first-child{ +.submissionDisplayer > div{ padding: 5px 10px; height: calc(100% - 10px); width: calc(100% - 20px); @@ -895,7 +895,7 @@ pre code{ pre{ font-family: inherit !important; } -.submissionCloser{ +.submissionCloser, .submissionDataLister, .submissionCodeLister{ cursor: pointer; } @@ -1754,7 +1754,16 @@ pre{ /* CSS */ - +.submissionDataDetail{ + user-select: text; +} +.submissionDataListItem{ + cursor: pointer; + transition: 0.3s; +} +.submissionDataListItem:hover, .submissionDataListItem.selected{ + background: var(--pop-out-block-background-color-1); +} .searchPageTop, .searchPageTip{ background: var(--contest-info-bar-background-color); } @@ -1812,7 +1821,7 @@ pre{ .probpageSelectIf.selected{ background: var(--problist-sort-button-selected-background-color); } -.infoChangeUsernameInterface{ +.infoChangeUsernameInterface, .contestInsertTimeInterface{ background: var(--pop-out-block-background-color); } .inputButtonSplitter > button{ diff --git a/css/dark.css b/css/dark.css index 91c5f67..6c9f8bf 100644 --- a/css/dark.css +++ b/css/dark.css @@ -16,8 +16,8 @@ --single-progress-bar-color: #777; --single-memory-used-border-bottom-color: #777; --single-switch-buttons-background-color: #424254; - --single-switch-buttons-hover-background-color: #424254; - --single-switch-buttons-selected-background-color: #424254; + --single-switch-buttons-hover-background-color: #48485a; + --single-switch-buttons-selected-background-color: #55556a; --single-rank-delta-background-color: #455055; --single-progress-bar-poptip-background-color: #111; --single-grid-mode-background-color: #434348; @@ -69,6 +69,7 @@ --settings-select-background-color: rgb(36, 41, 46); /* POPOUTS */ --pop-out-block-background-color: rgb(35, 40, 45); + --pop-out-block-background-color-1: rgb(45, 50, 55); --pop-out-block-closer-background-color: #555; --pop-out-block-closer-hover-background-color: #666; /* SCROLL */ diff --git a/css/default.css b/css/default.css index 4a66029..f0f4266 100644 --- a/css/default.css +++ b/css/default.css @@ -69,6 +69,7 @@ --settings-select-background-color: #ddd; /* POPOUTS */ --pop-out-block-background-color: #ddd; + --pop-out-block-background-color-1: #ccc; --pop-out-block-closer-background-color: #ccc; --pop-out-block-closer-hover-background-color: #bbb; /* SCROLL */ diff --git a/index.html b/index.html index e8a84f9..152e312 100644 --- a/index.html +++ b/index.html @@ -83,6 +83,21 @@
+ + + +
+ +
+
+
+
+
+
+ + + +
@@ -485,6 +500,17 @@
+