forked from indymedia/epicyon
Consistent button hover
parent
79b7f3839f
commit
f8bf4e3c7b
|
@ -19,6 +19,7 @@
|
||||||
--time-color: #aaa;
|
--time-color: #aaa;
|
||||||
--button-text: #FFFFFF;
|
--button-text: #FFFFFF;
|
||||||
--button-small-text: #FFFFFF;
|
--button-small-text: #FFFFFF;
|
||||||
|
--button-background-hover: #777;
|
||||||
--button-background: #999;
|
--button-background: #999;
|
||||||
--button-small-background: #999;
|
--button-small-background: #999;
|
||||||
--button-selected: #666;
|
--button-selected: #666;
|
||||||
|
@ -107,8 +108,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
background-color: #555;
|
background-color: var(--button-background-hover);
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.options {
|
.options {
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
--text-entry-background: #111;
|
--text-entry-background: #111;
|
||||||
--time-color: #aaa;
|
--time-color: #aaa;
|
||||||
--button-text: #FFFFFF;
|
--button-text: #FFFFFF;
|
||||||
|
--button-background-hover: #777;
|
||||||
--button-background: #999;
|
--button-background: #999;
|
||||||
--button-selected: #666;
|
--button-selected: #666;
|
||||||
--hashtag-margin: 2%;
|
--hashtag-margin: 2%;
|
||||||
|
@ -141,8 +142,7 @@ a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
background-color: #555;
|
background-color: var(--button-background-hover);
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
|
|
Loading…
Reference in New Issue