Consistent button hover

main
Bob Mottram 2020-09-03 22:22:35 +01:00
parent 79b7f3839f
commit f8bf4e3c7b
2 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,7 @@
--time-color: #aaa;
--button-text: #FFFFFF;
--button-small-text: #FFFFFF;
--button-background-hover: #777;
--button-background: #999;
--button-small-background: #999;
--button-selected: #666;
@ -107,8 +108,7 @@ a:focus {
}
.button:hover {
background-color: #555;
color: white;
background-color: var(--button-background-hover);
}
.options {

View File

@ -18,6 +18,7 @@
--text-entry-background: #111;
--time-color: #aaa;
--button-text: #FFFFFF;
--button-background-hover: #777;
--button-background: #999;
--button-selected: #666;
--hashtag-margin: 2%;
@ -141,8 +142,7 @@ a:focus {
}
.button:hover {
background-color: #555;
color: white;
background-color: var(--button-background-hover);
}
input[type=text] {