diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css index 894aa752..35b61277 100644 --- a/style/default.css +++ b/style/default.css @@ -467,6 +467,10 @@ nav.navbar.sidebar { color: #fff; } +.red-bg, input[type="checkbox"]:checked { + background:#f77; +} + /* this is based on https://github.com/flatlogic/awesome-bootstrap-checkbox and "fixes" the style of radio buttons and check boxes. it only applies if they're in a container that has the checkbox class */ |