diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-23 23:18:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-23 23:18:17 +0000 |
commit | 9297ef38c47c4e5dea67e98c794d951cacc2d936 (patch) | |
tree | 21e8f9d8a791c7930849e785513ab5c77fc0eba5 /themes/bootstrap/htdocs | |
parent | 8cfa5cc7c59e124a7abcf64952ad6c5050121778 (diff) |
themes/bootstrap: fix various css errors
Diffstat (limited to 'themes/bootstrap/htdocs')
-rw-r--r-- | themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index 26f2bbb2e..e529129e0 100644 --- a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -541,7 +541,7 @@ textarea { cursor: not-allowed; } -:-moz-placeholder { +::-moz-placeholder { color: #bfbfbf; } @@ -744,7 +744,7 @@ header { right: 0; z-index: 10000; overflow: visible; - color: #BFBFBF + color: #BFBFBF; } header a { @@ -1556,7 +1556,7 @@ footer { } :root .alert-message, :root .btn { - border-radius: 0 \0; + border-radius: 0 0; } button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { |