diff options
author | Simon Rettberg | 2017-06-10 16:15:22 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-06-10 16:15:22 +0200 |
commit | a0b42aa257d0a6c56cd4a099aa0a2cea4a8dc2c9 (patch) | |
tree | 3e1655c828e0cb6f069b8c17ddf260237e0f4ce2 /style | |
parent | [inc/Util] Add randomUuid() function (diff) | |
download | slx-admin-a0b42aa257d0a6c56cd4a099aa0a2cea4a8dc2c9.tar.gz slx-admin-a0b42aa257d0a6c56cd4a099aa0a2cea4a8dc2c9.tar.xz slx-admin-a0b42aa257d0a6c56cd4a099aa0a2cea4a8dc2c9.zip |
[locationinfo] Started rewrite for panel-based approach
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 */ |