a disabled style
This commit is contained in:
parent
8cf30b0b73
commit
cc9a4d40db
1 changed files with 4 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ a:hover {
|
||||||
padding:1em;
|
padding:1em;
|
||||||
margin:1em;
|
margin:1em;
|
||||||
color: black;
|
color: black;
|
||||||
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
/* Set widths on the form inputs since otherwise they're 100% wide */
|
/* Set widths on the form inputs since otherwise they're 100% wide */
|
||||||
input,
|
input,
|
||||||
|
|
@ -109,7 +110,9 @@ select,
|
||||||
-webkit-transform: initial;
|
-webkit-transform: initial;
|
||||||
transform: initial;
|
transform: initial;
|
||||||
}
|
}
|
||||||
|
.disabled {
|
||||||
|
background-color: #555;
|
||||||
|
}
|
||||||
/* Set widths on image and video, since otherwise they use their native resolution */
|
/* Set widths on image and video, since otherwise they use their native resolution */
|
||||||
|
|
||||||
/* .navbar-reac */
|
/* .navbar-reac */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue