forked from mirrors/bookwyrm
CSS linter fixes
This commit is contained in:
parent
3cb91098e6
commit
8d7527dee3
1 changed files with 1 additions and 2 deletions
|
@ -25,14 +25,13 @@ html {
|
||||||
min-width: 75% !important;
|
min-width: 75% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* --- "disabled" for non-buttons --- */
|
/* --- "disabled" for non-buttons --- */
|
||||||
.is-disabled {
|
.is-disabled {
|
||||||
background-color: #dbdbdb;
|
background-color: #dbdbdb;
|
||||||
border-color: #dbdbdb;
|
border-color: #dbdbdb;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: #7a7a7a;
|
color: #7a7a7a;
|
||||||
opacity: .5;
|
opacity: 0.5;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue