more tab settings fixes
This commit is contained in:
parent
82f2cf7a4d
commit
a8baa8d763
@ -147,16 +147,16 @@
|
|||||||
}
|
}
|
||||||
/* Settings - menu tabs */
|
/* Settings - menu tabs */
|
||||||
.sttabs nav {
|
.sttabs nav {
|
||||||
background: rgba(0, 0, 0, 0.15);
|
background: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
.tabs-style-flip nav li.tab-current a::after {
|
.tabs-style-flip nav li.tab-current a::after {
|
||||||
background-color: rgba(0,0,0,.25) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
-webkit-transform: none !important;
|
-webkit-transform: none !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
.tabs-style-flip nav a::after {
|
.tabs-style-flip nav a::after {
|
||||||
background: rgba(0,0,0,.15)!important;
|
background: rgba(0,0,0,0)!important;
|
||||||
transition: none;
|
transition: none;
|
||||||
-webkit-transform: none;
|
-webkit-transform: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|||||||
@ -147,16 +147,16 @@
|
|||||||
}
|
}
|
||||||
/* Settings - menu tabs */
|
/* Settings - menu tabs */
|
||||||
.sttabs nav {
|
.sttabs nav {
|
||||||
background: rgba(0, 0, 0, 0.15);
|
background: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
.tabs-style-flip nav li.tab-current a::after {
|
.tabs-style-flip nav li.tab-current a::after {
|
||||||
background-color: rgba(0,0,0,.25) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
-webkit-transform: none !important;
|
-webkit-transform: none !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
.tabs-style-flip nav a::after {
|
.tabs-style-flip nav a::after {
|
||||||
background: rgba(0,0,0,.15)!important;
|
background: rgba(0,0,0,0)!important;
|
||||||
transition: none;
|
transition: none;
|
||||||
-webkit-transform: none;
|
-webkit-transform: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user