This commit is contained in:
Ross
2021-11-30 18:08:24 +00:00
parent d707e9d3d9
commit 96c7e5ba87
2 changed files with 56 additions and 14 deletions
+17 -14
View File
@@ -774,26 +774,29 @@ input {
border-color: #05668d;
}
.select2-selection {
.select2-selection,
.select2-selection--single {
background-color: #05668d;
color: white;
/* border: 1px solid #aaa; */
border-radius: 0px;
color: white;
/* border: 1px solid #aaa; */
border-radius: 0px;
}
.select2-search__field {
background-color: #05668d;
color: darkblue;
border: 1px solid black;
color: darkblue;
border: 1px solid black;
}
}
.temp-thumb-large {
width: 1000px;
height: 1000px;
max-width: 1000px;
}
.image-duplicate {
.temp-thumb-large {
width: 1000px;
height: 1000px;
max-width: 1000px;
}
.image-duplicate {
border: 2px solid orange;
}
}