Closed Bug 1354901 Opened 7 years ago Closed 5 years ago

tabbox.css

Categories

(Toolkit :: Themes, defect)

50 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1354199

People

(Reporter: fdospluss, Unassigned, NeedInfo)

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161201170323

Steps to reproduce:

+++ This bug was initially created as a clone of Bug #1343196 +++

In toolkit/themes/windows/global/tabbox.css and toolkit/themes/linux/global/tabbox.css, we can remove border and background related properties from elements that also have -moz-appearance set, since -moz-appearance causes these borders and backgrounds not to be used.

I think this affects all rules in both files except for these two rules:

http://searchfox.org/mozilla-central/rev/b8cce081200129a1307e2a682f121135b5ca1d19/toolkit/themes/windows/global/tabbox.css#13-17

http://searchfox.org/mozilla-central/rev/b8cce081200129a1307e2a682f121135b5ca1d19/toolkit/themes/windows/global/tabbox.css#128-132
>--- a/toolkit/themes/linux/global/tabbox.css
>+++ b/toolkit/themes/linux/global/tabbox.css
>@@ -70,18 +70,16 @@ tab + tab {
>    :: Tabs that are attached to the bottom of a panel, but not necessarily
>    :: a tabpanels.
>    ::::: */
> 
> .tab-bottom {
>   margin-top: 0;
>   margin-bottom: 2px;
>   border-top: none;
>-  border-bottom: 2px solid;
>-  -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
>   border-top-left-radius: 0;
>   border-top-right-radius: 0;
>   border-bottom-right-radius: 2px;
>   border-bottom-left-radius: 2px;
> }
Flags: needinfo?(fdospluss)
Component: Untriaged → Themes
OS: Unspecified → Linux
Product: Core → Toolkit
Hardware: Unspecified → x86
Version: 10 Branch → 50 Branch
Is this still relevant ?
Flags: needinfo?(dao+bmo)
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(dao+bmo)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.