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