themes/bootstrap: fix a small style quirk observed on firewall overview page
[project/luci.git] / themes / bootstrap / htdocs / luci-static / bootstrap / cascade.css
index 26f2bbb..84f00c4 100644 (file)
@@ -541,7 +541,7 @@ textarea {
        cursor: not-allowed;
 }
 
        cursor: not-allowed;
 }
 
-:-moz-placeholder {
+::-moz-placeholder {
        color: #bfbfbf;
 }
 
        color: #bfbfbf;
 }
 
@@ -744,7 +744,7 @@ header {
        right: 0;
        z-index: 10000;
        overflow: visible;
        right: 0;
        z-index: 10000;
        overflow: visible;
-       color: #BFBFBF
+       color: #BFBFBF;
 }
 
 header a {
 }
 
 header a {
@@ -1556,7 +1556,7 @@ footer {
 }
 
 :root .alert-message, :root .btn {
 }
 
 :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 {
 }
 
 button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
@@ -1833,8 +1833,8 @@ table.cbi-section-table td.cbi-section-table-cell {
        cursor: pointer;
 }
 
        cursor: pointer;
 }
 
-.zonebadge em,
-.zonebadge strong {
+.zonebadge em,
+.zonebadge strong {
        margin: 5px;
        display: inline-block;
 }
        margin: 5px;
        display: inline-block;
 }