.
This commit is contained in:
@@ -139,8 +139,7 @@ button a {
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-bar-link {
|
.top-bar-link {}
|
||||||
}
|
|
||||||
|
|
||||||
.marking-list pre {
|
.marking-list pre {
|
||||||
display: inline;
|
display: inline;
|
||||||
@@ -668,11 +667,11 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.floating-header {
|
.floating-header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border: dashed 1px gray;
|
border: dashed 1px gray;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sba-answer-list {
|
.sba-answer-list {
|
||||||
@@ -746,11 +745,11 @@ input {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide-show{
|
.hide-show {
|
||||||
float: right;
|
float: right;
|
||||||
transform: rotate(90deg) translateX(10px);
|
transform: rotate(90deg) translateX(10px);
|
||||||
color: blueviolet;
|
color: blueviolet;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear-both {
|
.clear-both {
|
||||||
@@ -764,3 +763,23 @@ input {
|
|||||||
.current-mark {
|
.current-mark {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-dropdown {
|
||||||
|
background-color: #05668d;
|
||||||
|
color: white;
|
||||||
|
border-color: #05668d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-selection {
|
||||||
|
background-color: #05668d;
|
||||||
|
color: white;
|
||||||
|
/* border: 1px solid #aaa; */
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-search__field {
|
||||||
|
background-color: #05668d;
|
||||||
|
color: white;
|
||||||
|
border: 1px solid black;
|
||||||
|
|
||||||
|
}
|
||||||
+31
-12
@@ -139,8 +139,7 @@ button a {
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-bar-link {
|
.top-bar-link {}
|
||||||
}
|
|
||||||
|
|
||||||
.marking-list pre {
|
.marking-list pre {
|
||||||
display: inline;
|
display: inline;
|
||||||
@@ -668,11 +667,11 @@ input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.floating-header {
|
.floating-header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border: dashed 1px gray;
|
border: dashed 1px gray;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sba-answer-list {
|
.sba-answer-list {
|
||||||
@@ -746,11 +745,11 @@ input {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide-show{
|
.hide-show {
|
||||||
float: right;
|
float: right;
|
||||||
transform: rotate(90deg) translateX(10px);
|
transform: rotate(90deg) translateX(10px);
|
||||||
color: blueviolet;
|
color: blueviolet;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear-both {
|
.clear-both {
|
||||||
@@ -764,3 +763,23 @@ input {
|
|||||||
.current-mark {
|
.current-mark {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-dropdown {
|
||||||
|
background-color: #05668d;
|
||||||
|
color: white;
|
||||||
|
border-color: #05668d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-selection {
|
||||||
|
background-color: #05668d;
|
||||||
|
color: white;
|
||||||
|
/* border: 1px solid #aaa; */
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-search__field {
|
||||||
|
background-color: #05668d;
|
||||||
|
color: white;
|
||||||
|
border: 1px solid black;
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user