Style: make all buttons background black
This commit is contained in:
@@ -559,3 +559,8 @@ img:hover {
|
|||||||
button, .button, [class*='button'], [class*='btn'] {
|
button, .button, [class*='button'], [class*='btn'] {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Mass style: make all buttons background black */
|
||||||
|
button, .button, [class*='button'], [class*='btn'] {
|
||||||
|
background-color: #000000;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user