These button styles are moved to main.css.

This commit is contained in:
Alexander Andreev 2022-08-31 08:05:00 +04:00
parent b6edda4482
commit a0dabfd93c
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 0 additions and 15 deletions

View File

@ -1,20 +1,5 @@
::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 {
color: gray;
cursor: progress; }