diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 16:08:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 16:08:47 +0300 |
| commit | 37ac66137452e2b2a1efd71c2d6fb0dce3a2eaa4 (patch) | |
| tree | 20af69f062e249c61943959de83d82448d0472d4 | |
| parent | c8a0c57ea43170f4ed7487e7a45f85773331e37a (diff) | |
Update tabbox.css
| -rw-r--r-- | src/chrome/global/tabbox.css | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/chrome/global/tabbox.css b/src/chrome/global/tabbox.css index 173643b..384243f 100644 --- a/src/chrome/global/tabbox.css +++ b/src/chrome/global/tabbox.css | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | .tabs-left, | 13 | .tabs-left, |
| 14 | .tabs-right { | 14 | .tabs-right { |
| 15 | border-bottom: 1px solid; | 15 | border-bottom: 1px solid; |
| 16 | -moz-border-bottom-colors: rgb(75,75,75); | 16 | -moz-border-bottom-colors: rgb(64,64,64); |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | /* ::::: tabpanels ::::: */ | 19 | /* ::::: tabpanels ::::: */ |
| @@ -23,11 +23,11 @@ tabpanels { | |||
| 23 | border-right: 1px solid; | 23 | border-right: 1px solid; |
| 24 | border-bottom: 1px solid; | 24 | border-bottom: 1px solid; |
| 25 | border-left: 1px solid; | 25 | border-left: 1px solid; |
| 26 | -moz-border-right-colors: rgb(75,75,75); | 26 | -moz-border-right-colors: rgb(64,64,64); |
| 27 | -moz-border-bottom-colors: rgb(75,75,75); | 27 | -moz-border-bottom-colors: rgb(64,64,64); |
| 28 | -moz-border-left-colors: rgb(75,75,75); | 28 | -moz-border-left-colors: rgb(64,64,64); |
| 29 | padding: 8px; | 29 | padding: 8px; |
| 30 | background-color: rgb(43,43,43); | 30 | background-color: rgb(0,0,0); |
| 31 | color: #fff; | 31 | color: #fff; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| @@ -39,14 +39,14 @@ tab { | |||
| 39 | border-top: 1px solid; | 39 | border-top: 1px solid; |
| 40 | border-right: 1px solid; | 40 | border-right: 1px solid; |
| 41 | border-left: 1px solid; | 41 | border-left: 1px solid; |
| 42 | border-bottom: 1px solid rgb(75,75,75); | 42 | border-bottom: 1px solid rgb(64,64,64); |
| 43 | -moz-border-top-colors: rgb(75,75,75); | 43 | -moz-border-top-colors: rgb(64,64,64); |
| 44 | -moz-border-right-colors: rgb(75,75,75); | 44 | -moz-border-right-colors: rgb(64,64,64); |
| 45 | -moz-border-left-colors: rgb(75,75,75); | 45 | -moz-border-left-colors: rgb(64,64,64); |
| 46 | border-top-left-radius: 2px; | 46 | border-top-left-radius: 2px; |
| 47 | border-top-right-radius: 2px; | 47 | border-top-right-radius: 2px; |
| 48 | padding: 1px 4px 2px 4px; | 48 | padding: 1px 4px 2px 4px; |
| 49 | background-color: rgb(23,23,23); | 49 | background-color: rgb(0,0,0); |
| 50 | color: #fff; | 50 | color: #fff; |
| 51 | } | 51 | } |
| 52 | 52 | ||
| @@ -61,7 +61,7 @@ tab:-moz-locale-dir(rtl) { | |||
| 61 | 61 | ||
| 62 | tab[selected="true"] { | 62 | tab[selected="true"] { |
| 63 | margin-top: 0; | 63 | margin-top: 0; |
| 64 | background-color: rgb(43,43,43); | 64 | background-color: rgb(0,0,0); |
| 65 | border-bottom-color: transparent; | 65 | border-bottom-color: transparent; |
| 66 | padding: 1px 6px 4px 6px; | 66 | padding: 1px 6px 4px 6px; |
| 67 | } | 67 | } |
| @@ -98,8 +98,8 @@ tab:first-of-type[selected="true"] { | |||
| 98 | margin-bottom: 2px; | 98 | margin-bottom: 2px; |
| 99 | border-top: 1px solid; | 99 | border-top: 1px solid; |
| 100 | border-bottom: 1px solid; | 100 | border-bottom: 1px solid; |
| 101 | -moz-border-top-colors: rgb(75,75,75); | 101 | -moz-border-top-colors: rgb(64,64,64); |
| 102 | -moz-border-bottom-colors: rgb(75,75,75); | 102 | -moz-border-bottom-colors: rgb(64,64,64); |
| 103 | border-top-left-radius: 0; | 103 | border-top-left-radius: 0; |
| 104 | border-top-right-radius: 0; | 104 | border-top-right-radius: 0; |
| 105 | border-bottom-right-radius: 2px; | 105 | border-bottom-right-radius: 2px; |
| @@ -109,7 +109,7 @@ tab:first-of-type[selected="true"] { | |||
| 109 | 109 | ||
| 110 | .tab-bottom[selected="true"] { | 110 | .tab-bottom[selected="true"] { |
| 111 | margin-bottom: 0; | 111 | margin-bottom: 0; |
| 112 | -moz-border-top-colors: rgb(110,110,110); | 112 | -moz-border-top-colors: rgb(128,128,128); |
| 113 | padding: 4px 6px 1px 6px; | 113 | padding: 4px 6px 1px 6px; |
| 114 | } | 114 | } |
| 115 | 115 | ||
| @@ -127,7 +127,7 @@ tab:first-of-type[selected="true"] { | |||
| 127 | 127 | ||
| 128 | .tabs-bottom > .tabs-left, | 128 | .tabs-bottom > .tabs-left, |
| 129 | .tabs-bottom > .tabs-right { | 129 | .tabs-bottom > .tabs-right { |
| 130 | border-top: 1px solid rgb(75,75,75); | 130 | border-top: 1px solid rgb(64,64,64); |
| 131 | border-bottom: none; | 131 | border-bottom: none; |
| 132 | } | 132 | } |
| 133 | 133 | ||
