Update php + dark css @hiemstra87
Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com>
This commit is contained in:
@@ -664,19 +664,19 @@ button:hover {
|
||||
.sortbutton {
|
||||
margin-top:10px;
|
||||
font-size:x-large;
|
||||
background:#3b3b3b;
|
||||
background: #BB4242;
|
||||
padding:5px;
|
||||
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
|
||||
}
|
||||
|
||||
.sortbutton button:hover {
|
||||
background-color: #2b2b2b;
|
||||
color: white;
|
||||
background-color: #00FFFF;
|
||||
color: #108810;
|
||||
}
|
||||
|
||||
.sortbutton button.active {
|
||||
background-color: #2b2b2b;
|
||||
color: white;
|
||||
background-color: #000000;
|
||||
color: #f5d214;
|
||||
}
|
||||
|
||||
button.legacyview {
|
||||
|
||||
Reference in New Issue
Block a user