These button styles are moved to main.css.
This commit is contained in:
parent
b6edda4482
commit
a0dabfd93c
@ -1,20 +1,5 @@
|
|||||||
::placeholder { color: var(--primary-color); }
|
::placeholder { color: var(--primary-color); }
|
||||||
|
|
||||||
button {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
color: var(--text-color);
|
|
||||||
font: inherit;
|
|
||||||
padding: 0; }
|
|
||||||
|
|
||||||
button.refresh { color: var(--primary-color); }
|
|
||||||
|
|
||||||
button.refresh:hover {
|
|
||||||
color: var(--secondary-color);
|
|
||||||
cursor: pointer;
|
|
||||||
text-decoration: underline dotted;
|
|
||||||
transition: .5s; }
|
|
||||||
|
|
||||||
button.refresh:disabled {
|
button.refresh:disabled {
|
||||||
color: gray;
|
color: gray;
|
||||||
cursor: progress; }
|
cursor: progress; }
|
||||||
|
Loading…
Reference in New Issue
Block a user