forked from indymedia/epicyon
Consistent button hover
parent
79b7f3839f
commit
f8bf4e3c7b
|
@ -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 {
|
||||
|
|
|
@ -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] {
|
||||
|
|
Loading…
Reference in New Issue