aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/wipi/theme.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/wipi/theme.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index 9755b89a1..da771de73 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -329,3 +329,25 @@ a.PWG:hover .G { color : #f92; }
#menubar .menuInfoCatByChild, .qsearch,
h2.showtitle, #theImage p.showlegend { display: none }
* { outline-width: 0px; }
+
+.tabsheet li {
+ background: #222;
+ color: #69c;
+ border: 1px solid #fff;
+}
+
+.tabsheet a {
+ color: #69c;
+}
+
+.selected_tab {
+ background: #eee !important;
+}
+
+.tabsheet li:hover {
+ border: 1px solid #f92 !important;
+}
+
+.tabsheet li:hover a:hover {
+ color: #f92;
+}