change styles

This commit is contained in:
cuom1999 2020-03-16 01:56:55 -06:00
parent f424e609bc
commit 0ff312e3ba
10 changed files with 228 additions and 21 deletions

View file

@ -419,7 +419,7 @@ ul.select2-selection__rendered {
margin: 0 -5px;
background: $widget_black;
border-radius: $widget_border_radius $widget_border_radius 0 0;
color: white;
color: #2b333b;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 7px;
@ -427,7 +427,7 @@ ul.select2-selection__rendered {
}
.sidebox h3 .fa {
color: white;
color: #2b333b;
float: right;
margin: 0.2em 0.4em 0 0;
}