Merge pull request #1165 from asamuzaK/remove-appearance-box-x

Remove unprefixed appearance and unprefixed box-*
Here is the discussion about this decision: https://github.com/piroor/treestyletab/issues/1162
This commit is contained in:
YUKI "Piro" Hiroshi 2016-08-06 18:34:13 +09:00 committed by GitHub
commit fd67e06dd9
13 changed files with 0 additions and 36 deletions

View File

@ -2,7 +2,6 @@
/* splitter for floating & autohide tab bar */
.treestyletab-tabbar-toolbar .treestyletab-splitter {
appearance: none;
-moz-appearance: none;
width: 6px;
}

View File

@ -42,7 +42,6 @@
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-button,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarbutton,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarpaletteitem > toolbarbutton {
appearance: none !important;
-moz-appearance: none !important;
border: 0 none !important;
-moz-border-top-colors: none !important;
@ -75,7 +74,6 @@
/* Support customizable tab bar */
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > toolbarpaletteitem > toolbarbutton {
box-flex: 1;
-moz-box-flex: 1;
}
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] > *:not(toolbarpaletteitem) {

View File

@ -2,7 +2,6 @@
radio.image .radio-label-box,
radio.image label.radio-label {
box-align: center;
-moz-box-align: center;
}

View File

@ -1,7 +1,6 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:root {
appearance: window;
-moz-appearance: window;
background: -moz-dialog;
margin: 0;
@ -60,7 +59,6 @@
#tree {
margin: 1em 0 0 0.5em;
overflow: auto;
box-flex: 1;
-moz-box-flex: 1;
}

View File

@ -5,7 +5,6 @@
tabbrowser[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]),
:root[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]) #appcontent,
:root[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]) #browser {
appearance: none !important;
-moz-appearance: none !important;
background: transparent !important;
}

View File

@ -4,7 +4,6 @@
.treestyletab-tabbar-toolbar:not([treestyletab-tabbar-position="top"]),
.treestyletab-tabbar-toolbar[treestyletab-tabbar-position="top"]:not([treestyletab-tabbar-fixed="true"]) {
appearance: none !important;
-moz-appearance: none !important;
background: transparent !important;
border: 0 none !important;
@ -41,7 +40,6 @@
}
.tabbrowser-tabs[treestyletab-mode="vertical"] {
appearance: none !important;
-moz-appearance: none !important;
background: transparent !important;
margin: 0;
@ -77,7 +75,6 @@ tabbrowser[treestyletab-mode="vertical"]
.treestyletab-splitter,
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
.treestyletab-splitter {
appearance: none !important;
-moz-appearance: none !important;
background: #b3b2b3 !important;
border: 0 solid #666666 !important;

View File

@ -8,7 +8,6 @@
.tabbrowser-tab[visuallyselected="true"],
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab[visuallyselected="true"]:hover {
appearance: none !important;
-moz-appearance: none !important;
border: 2px solid transparent !important;
border-radius: 0 !important;
@ -112,7 +111,6 @@
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tab-content {
appearance: none !important;
-moz-appearance: none !important;
border: 10px solid transparent;
margin: 0 !important;

View File

@ -5,7 +5,6 @@
tabbrowser[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]),
:root[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]) #appcontent,
:root[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]) #browser {
appearance: none !important;
-moz-appearance: none !important;
background: transparent !important;
}

View File

@ -108,7 +108,6 @@ tabbrowser[treestyletab-mode="vertical"]
/* Style tabs themselves. Get rid of most of the initial XUL styling */
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab {
appearance: none !important;
-moz-appearance: none !important;
border: none;
border-radius: 0 !important;

View File

@ -31,14 +31,12 @@
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"]),
.treestyletab-tabbar-toolbar:not([treestyletab-tabbar-position="top"]) {
appearance: none;
-moz-appearance: none;
background: transparent !important;
margin: 0 !important;
padding: 0 !important;
}
.tabbrowser-strip[treestyletab-style~="border"]:not([treestyletab-tabbar-position="top"]) {
appearance: none;
-moz-appearance: none;
background: var(--tst-tabbar-bg) !important;
}
@ -113,7 +111,6 @@
.tabbrowser-tab[visuallyselected="true"],
.tabbrowser-tabs:not([treestyletab-tabbar-position="top"])
.tabbrowser-tab:not([visuallyselected="true"]) {
appearance: none !important;
-moz-appearance: none !important;
min-height: 2em;
margin: 0 !important;
@ -129,7 +126,6 @@
border-radius: 0 !important;
-moz-border-image: none !important;
border-image: none !important;
box-align: stretch !important;
-moz-box-align: stretch !important;
}
/* override "-moz-menutext" color defined by the default theme, because it is too bright on Ubuntu */
@ -295,7 +291,6 @@
/* Mac OS X */
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab {
box-pack: start !important;
-moz-box-pack: start !important;
text-align: start !important;
}
@ -324,7 +319,6 @@
tabbrowser[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]),
:root[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]) #appcontent,
:root[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]) #browser {
appearance: none !important;
-moz-appearance: none !important;
background: transparent !important;
}

View File

@ -38,7 +38,6 @@
:root[treestyletab-enable-compatibility-tmp="true"]
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closebutton {
appearance: none !important;
-moz-appearance: none !important;
border: 0 none !important;
-moz-border-top-colors: none !important;
@ -66,13 +65,9 @@
:root[treestyletab-enable-compatibility-tmp="true"]
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabs-newtab-topbox > .tabs-newtab-button {
box-flex: 1;
-moz-box-flex: 1;
box-align: center;
-moz-box-align: center;
box-pack: center;
-moz-box-pack: center;
box-orient: vertical;
-moz-box-orient: vertical;
}

View File

@ -12,11 +12,8 @@
max-width: 16px;
min-height: 16px;
min-width: 16px;
box-pack: start;
-moz-box-pack: start;
box-align: center;
-moz-box-align: center;
box-flex: 1;
-moz-box-flex: 1;
}

View File

@ -3,9 +3,7 @@
/* tree UI */
.treestyletab-counter-container {
box-align: center;
-moz-box-align: center;
box-pack: end;
-moz-box-pack: end;
}
@ -165,7 +163,6 @@
tabbrowser[treestyletab-drop-position] {
appearance: none !important;
-moz-appearance: none !important;
border: 2px solid transparent !important;
-moz-border-top-colors: none !important;
@ -306,7 +303,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
/* toolbar customization */
.treestyletab-tabbar-toolbar-ready-popup {
appearance: tooltip;
-moz-appearance: tooltip;
max-width: 15em;
opacity: 0.85;
@ -343,18 +339,14 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
.tabbrowser-tab[pinned="true"] .tab-stack,
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tab-content[pinned="true"] {
box-align: center;
-moz-box-align: center;
box-pack: center;
-moz-box-pack: center;
min-height: 0;
}
.tabbrowser-tabs[treestyletab-mode="vertical"]
.tab-background[pinned="true"] {
box-align: stretch;
-moz-box-align: stretch;
box-pack: justify;
-moz-box-pack: justify;
min-height: 0;
}