Fixed #308
This commit is contained in:
parent
3eef8eef55
commit
a224cfe004
2 changed files with 3 additions and 6 deletions
|
@ -13,7 +13,6 @@
|
||||||
.tab-background {
|
.tab-background {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
transition: all 200ms !important;
|
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
min-height: 32px !important;
|
min-height: 32px !important;
|
||||||
|
@ -22,11 +21,9 @@
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-content {
|
|
||||||
}
|
|
||||||
|
|
||||||
.tab-background:not([selected=true]) {
|
.tab-background:not([selected=true]) {
|
||||||
background: var(--gnome-tabbar-tab-background) !important;
|
background: var(--gnome-tabbar-tab-background) !important;
|
||||||
|
transition: background 200ms !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-background:not([selected=true]):-moz-window-inactive {
|
.tab-background:not([selected=true]):-moz-window-inactive {
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
* - add-ons can add their own toolbars (toolbar) */
|
* - add-ons can add their own toolbars (toolbar) */
|
||||||
|
|
||||||
/* buttons on left headerbar */
|
/* buttons on left headerbar */
|
||||||
@import "left_header_button_5.css";
|
@import "left_header_button_3.css";
|
||||||
/*@import "left_header_button_4.css";*/
|
/*@import "left_header_button_4.css";*/
|
||||||
/*@import "left_header_button_5.css";*/
|
/*@import "left_header_button_5.css";*/
|
||||||
|
|
||||||
/* buttons on right headerbar */
|
/* buttons on right headerbar */
|
||||||
@import "right_header_button_5.css";
|
@import "right_header_button_3.css";
|
||||||
/*@import "right_header_button_4.css";*/
|
/*@import "right_header_button_4.css";*/
|
||||||
/*@import "right_header_button_5.css";*/
|
/*@import "right_header_button_5.css";*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue