This commit is contained in:
Ross
2021-10-25 11:39:10 +01:00
parent 489b80ed53
commit 5cd0525def
2 changed files with 66 additions and 28 deletions
+22 -3
View File
@@ -139,8 +139,7 @@ button a {
padding-left: 10px;
}
.top-bar-link {
}
.top-bar-link {}
.marking-list pre {
display: inline;
@@ -746,7 +745,7 @@ input {
display: none;
}
.hide-show{
.hide-show {
float: right;
transform: rotate(90deg) translateX(10px);
color: blueviolet;
@@ -764,3 +763,23 @@ input {
.current-mark {
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;
}
+22 -3
View File
@@ -139,8 +139,7 @@ button a {
padding-left: 10px;
}
.top-bar-link {
}
.top-bar-link {}
.marking-list pre {
display: inline;
@@ -746,7 +745,7 @@ input {
display: none;
}
.hide-show{
.hide-show {
float: right;
transform: rotate(90deg) translateX(10px);
color: blueviolet;
@@ -764,3 +763,23 @@ input {
.current-mark {
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;
}