diff options
Diffstat (limited to 'themes/openwrt-light')
-rw-r--r-- | themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css index a4203a6f4..42b9b33a5 100644 --- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css +++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css @@ -237,6 +237,12 @@ td input[type=password] { width: 99%; } +button.clean { + cursor: pointer; + border: none; + background-color: inherit; +} + textarea { margin-left: -1px; margin-bottom: 0.5em; |