mirror of
https://github.com/octoleo/syncthing.git
synced 2025-04-05 01:01:51 +00:00
gui: Use grey background for disabled options in form-control (#7468)
Disabled options are currently barely distinguishable from enabled ones. This changes their background to grey, following the Bootstrap defaults already used for disabled <select>. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
This commit is contained in:
parent
f80ee472c2
commit
bb886868d2
@ -437,3 +437,9 @@ ul.three-columns li, ul.two-columns li {
|
|||||||
.form-horizontal {
|
.form-horizontal {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Use the same style as Bootstrap uses for disabled <select>. */
|
||||||
|
.form-control option[disabled] {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user