diff options
author | Simon Rettberg | 2018-02-12 16:10:29 +0100 |
---|---|---|
committer | Simon Rettberg | 2018-02-12 16:10:29 +0100 |
commit | 8054a02ec70886a969a7c38c24469a015ee42282 (patch) | |
tree | 9104f320eb76599f7105e3390534f49f246e5e40 /style | |
parent | [permissionmanager] Introduce "location-aware" flag for permissions (diff) | |
download | slx-admin-8054a02ec70886a969a7c38c24469a015ee42282.tar.gz slx-admin-8054a02ec70886a969a7c38c24469a015ee42282.tar.xz slx-admin-8054a02ec70886a969a7c38c24469a015ee42282.zip |
[default.css] Fix style of labels in input-group-addon
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css index 3b02ffdb..7ca519d9 100644 --- a/style/default.css +++ b/style/default.css @@ -603,4 +603,9 @@ table.slx-ellipsis td { div.disabled input, div.disabled label { pointer-events: none; cursor: not-allowed; +} + +.input-group-addon > label { + font-weight: normal; + margin-bottom: inherit; }
\ No newline at end of file |