diff options
| author | Servail <servail.mir@users.noreply.github.com> | 2019-08-12 08:42:53 +0400 |
|---|---|---|
| committer | Servail <servail.mir@users.noreply.github.com> | 2019-08-12 08:42:53 +0400 |
| commit | bd3c1ac93ef7683caf08e30b989f22408400074d (patch) | |
| tree | 566d08a6c82643345c4048507f6072435376979f | |
| parent | 9006de5f599ff947c2026f701ba7cd81581226e1 (diff) | |
Update browser.css
| -rw-r--r-- | src/chrome/browser/browser.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css index 4f39069..4e73dd6 100644 --- a/src/chrome/browser/browser.css +++ b/src/chrome/browser/browser.css | |||
| @@ -1327,11 +1327,11 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- | |||
| 1327 | /* top margin of 0 is important for Fitts' Law in ToT/FS */ | 1327 | /* top margin of 0 is important for Fitts' Law in ToT/FS */ |
| 1328 | margin: 0; | 1328 | margin: 0; |
| 1329 | padding: 3px 3px 3px 1px; | 1329 | padding: 3px 3px 3px 1px; |
| 1330 | border: transparent; | 1330 | border: none; |
| 1331 | border-bottom: gray 1px solid; | 1331 | border-bottom: gray 1px solid; |
| 1332 | border-radius: var(--tab-border-radius) var(--tab-border-radius) 0 0; | 1332 | border-radius: var(--tab-border-radius) var(--tab-border-radius) 0 0; |
| 1333 | box-shadow: var(--tab-box-shadow); | 1333 | box-shadow: var(--tab-box-shadow); |
| 1334 | margin-inline-start: 0px; | 1334 | margin-inline-start: -1px; |
| 1335 | color: #fff; | 1335 | color: #fff; |
| 1336 | } | 1336 | } |
| 1337 | 1337 | ||
| @@ -1367,7 +1367,9 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- | |||
| 1367 | 1367 | ||
| 1368 | .tabbrowser-tab[selected="true"] { | 1368 | .tabbrowser-tab[selected="true"] { |
| 1369 | background-image: var(--tab-selected-background); | 1369 | background-image: var(--tab-selected-background); |
| 1370 | border-bottom: transparent !important; | 1370 | border: gray 1px solid !important; |
| 1371 | border-bottom: none !important; | ||
| 1372 | margin-inline-end: 1px; | ||
| 1371 | } | 1373 | } |
| 1372 | 1374 | ||
| 1373 | .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) { | 1375 | .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) { |
