diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-12-03 15:51:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-12-03 15:51:54 +0000 |
commit | 29b3a87de28c788e88b4785e2bb514d4f17f50a2 (patch) | |
tree | 0d76adc4c94ff2167ff62424e876ea577becdaed /themes/bootstrap | |
parent | cb6bdd9f507f28f3b20e4d7c7fa54c417f562242 (diff) |
themes/bootstrap: fix css issue with input fileds within zonebadges (#556)
Diffstat (limited to 'themes/bootstrap')
-rw-r--r-- | themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index 45bc6ec7e..24b0e049b 100644 --- a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1848,7 +1848,6 @@ table.cbi-section-table td.cbi-section-table-cell select { .zonebadge input { width: 6em; - height: 1em; } .zonebadge-empty { |