Browse Source

more tab settings fixes

pull/11/head
gilbN 6 years ago
parent
commit
a8baa8d763
  1. 6
      CSS/themes/organizr-hotline.css
  2. 6
      CSS/themes/organizr-marine.css

6
CSS/themes/organizr-hotline.css

@ -147,16 +147,16 @@
}
/* Settings - menu tabs */
.sttabs nav {
background: rgba(0, 0, 0, 0.15);
background: rgba(0, 0, 0, 0);
}
.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;
transform: none !important;
border-radius: 0px !important;
}
.tabs-style-flip nav a::after {
background: rgba(0,0,0,.15)!important;
background: rgba(0,0,0,0)!important;
transition: none;
-webkit-transform: none;
transform: none;

6
CSS/themes/organizr-marine.css

@ -147,16 +147,16 @@
}
/* Settings - menu tabs */
.sttabs nav {
background: rgba(0, 0, 0, 0.15);
background: rgba(0, 0, 0, 0);
}
.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;
transform: none !important;
border-radius: 0px !important;
}
.tabs-style-flip nav a::after {
background: rgba(0,0,0,.15)!important;
background: rgba(0,0,0,0)!important;
transition: none;
-webkit-transform: none;
transform: none;

Loading…
Cancel
Save