Align light css for sortbutton @hiemstra87
Co-Authored-By: Hiemstra <145980686+hiemstra87@users.noreply.github.com>
This commit is contained in:
+5
-5
@@ -636,18 +636,18 @@ button:hover {
|
|||||||
.sortbutton {
|
.sortbutton {
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
font-size:x-large;
|
font-size:x-large;
|
||||||
background:#dbffeb;
|
background:#77c487;
|
||||||
padding:5px;
|
padding:5px;
|
||||||
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
|
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sortbutton button:hover {
|
.sortbutton:hover {
|
||||||
background-color: #77c487;
|
background-color: #dbffeb;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sortbutton button.active {
|
.sortbutton.active {
|
||||||
background-color: #77c487;
|
background-color: #dbffeb;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user