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 */ /* splitter for floating & autohide tab bar */
.treestyletab-tabbar-toolbar .treestyletab-splitter { .treestyletab-tabbar-toolbar .treestyletab-splitter {
appearance: none;
-moz-appearance: none; -moz-appearance: none;
width: 6px; width: 6px;
} }

View File

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

View File

@ -2,7 +2,6 @@
radio.image .radio-label-box, radio.image .radio-label-box,
radio.image label.radio-label { radio.image label.radio-label {
box-align: center;
-moz-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"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:root { :root {
appearance: window;
-moz-appearance: window; -moz-appearance: window;
background: -moz-dialog; background: -moz-dialog;
margin: 0; margin: 0;
@ -60,7 +59,6 @@
#tree { #tree {
margin: 1em 0 0 0.5em; margin: 1em 0 0 0.5em;
overflow: auto; overflow: auto;
box-flex: 1;
-moz-box-flex: 1; -moz-box-flex: 1;
} }

View File

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

View File

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

View File

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

View File

@ -5,7 +5,6 @@
tabbrowser[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]), 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"]) #appcontent,
:root[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]) #browser { :root[treestyletab-style~="aero"]:not([treestyletab-tabbar-position="top"]) #browser {
appearance: none !important;
-moz-appearance: none !important; -moz-appearance: none !important;
background: transparent !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 */ /* Style tabs themselves. Get rid of most of the initial XUL styling */
.tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-tabs[treestyletab-mode="vertical"]
.tabbrowser-tab { .tabbrowser-tab {
appearance: none !important;
-moz-appearance: none !important; -moz-appearance: none !important;
border: none; border: none;
border-radius: 0 !important; border-radius: 0 !important;

View File

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

View File

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

View File

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

View File

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