Merge pull request #1166 from asamuzaK/follow-up-for-1162
Suppress warnings from unknown CSS properties. Here is the discussion of this change: https://github.com/piroor/treestyletab/issues/1162
This commit is contained in:
commit
cc9796a497
@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
:root[treestyletab-enable-compatibility-tmp="true"]
|
:root[treestyletab-enable-compatibility-tmp="true"]
|
||||||
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame {
|
tabbrowser[treestyletab-mode="vertical"] tabs[flowing] > * .tabs-frame {
|
||||||
box-flex: 1 !important;
|
|
||||||
-moz-box-flex: 1 !important;
|
-moz-box-flex: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,7 +60,6 @@
|
|||||||
max-width: 20px;
|
max-width: 20px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
box-flex: 0;
|
|
||||||
-moz-box-flex: 0;
|
-moz-box-flex: 0;
|
||||||
mask: url("res/tabEffects.svg#fadein-mask");
|
mask: url("res/tabEffects.svg#fadein-mask");
|
||||||
}
|
}
|
||||||
@ -171,7 +170,6 @@ tabbrowser[treestyletab-tabbar-autohide-mode="1"][treestyletab-tabbar-autohide="
|
|||||||
|
|
||||||
|
|
||||||
#treestyletab-autohide-content-area-screen {
|
#treestyletab-autohide-content-area-screen {
|
||||||
appearance: none;
|
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
/**
|
/**
|
||||||
* Don't make this panel completely transparent, because
|
* Don't make this panel completely transparent, because
|
||||||
@ -202,9 +200,7 @@ tabbrowser[treestyletab-tabbar-autohide-mode="1"][treestyletab-tabbar-autohide="
|
|||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
.tabbrowser-arrowscrollbox
|
.tabbrowser-arrowscrollbox
|
||||||
.scrollbox-innerbox {
|
.scrollbox-innerbox {
|
||||||
box-flex: 1 !important;
|
|
||||||
-moz-box-flex: 1 !important;
|
-moz-box-flex: 1 !important;
|
||||||
box-pack: start !important;
|
|
||||||
-moz-box-pack: start !important;
|
-moz-box-pack: start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -218,7 +214,6 @@ toolbar.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
|||||||
> toolbaritem,
|
> toolbaritem,
|
||||||
toolbar.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
toolbar.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
||||||
> .treestyletab-toolbar-inner-box > toolbaritem {
|
> .treestyletab-toolbar-inner-box > toolbaritem {
|
||||||
box-flex: 0 !important;
|
|
||||||
-moz-box-flex: 0 !important;
|
-moz-box-flex: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -229,7 +224,6 @@ toolbar.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
|||||||
|
|
||||||
/* workaround for https://github.com/piroor/treestyletab/issues/100 */
|
/* workaround for https://github.com/piroor/treestyletab/issues/100 */
|
||||||
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] .textbox-input-box {
|
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] .textbox-input-box {
|
||||||
box-align: stretch;
|
|
||||||
-moz-box-align: stretch;
|
-moz-box-align: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -421,7 +415,6 @@ toolbar.treestyletab-tabbar-toolbar-ready:not([nowindowdrag="true"]),
|
|||||||
|
|
||||||
.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;
|
||||||
line-height: 0 !important; /* to avoid an useless space above the tab bar */
|
line-height: 0 !important; /* to avoid an useless space above the tab bar */
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
|
@ -112,7 +112,6 @@ tabbrowser[treestyletab-mode="vertical"]
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
border-top: 1px solid transparent !important;
|
border-top: 1px solid transparent !important;
|
||||||
box-align: stretch !important;
|
|
||||||
-moz-box-align: stretch !important;
|
-moz-box-align: stretch !important;
|
||||||
height: 21px !important; /* height including border! */
|
height: 21px !important; /* height including border! */
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
@ -330,7 +329,6 @@ tabbrowser[treestyletab-mode="vertical"]
|
|||||||
|
|
||||||
.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;
|
||||||
@ -358,7 +356,6 @@ tabbrowser[treestyletab-mode="vertical"]
|
|||||||
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
|
||||||
> toolbarpaletteitem
|
> toolbarpaletteitem
|
||||||
> toolbarbutton:hover {
|
> toolbarbutton:hover {
|
||||||
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;
|
||||||
@ -394,7 +391,6 @@ tabbrowser[treestyletab-mode="vertical"]
|
|||||||
-moz-image-region: auto !important;
|
-moz-image-region: auto !important;
|
||||||
}
|
}
|
||||||
.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;
|
||||||
@ -403,7 +399,6 @@ tabbrowser[treestyletab-mode="vertical"]
|
|||||||
/* for Linux (Gnomestrip) */
|
/* for Linux (Gnomestrip) */
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
.tab-close-button {
|
.tab-close-button {
|
||||||
appearance: none !important;
|
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user