diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-10 18:20:56 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-10 18:20:56 +0100 |
commit | 3a82faf21ab2bd69a5ce9e3bdb8083a22b458e99 (patch) | |
tree | c2ec811cc0977fa78418595fab8d51cea6301ebd /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css | |
parent | 97a3bef84b9b68d6f88f209f80c284e3b2e7ea1a (diff) |
themes: add necessary styles for ComboButton
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css index b8892fbf0a..177180f008 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css @@ -338,13 +338,14 @@ header h3 a, header .brand { padding: 0; } - .cbi-page-actions .cbi-button { + .cbi-page-actions .cbi-button:not(.cbi-dropdown) { flex: 1 1 calc(50% - 2px); margin: 1px !important; overflow: hidden; text-overflow: ellipsis; } + .cbi-page-actions .cbi-button-negative, .cbi-page-actions .cbi-button-primary, .cbi-page-actions .cbi-button-apply { flex-basis: calc(100% - -2px); |