diff options
author | rub <rub@piwigo.org> | 2007-03-06 23:02:02 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-06 23:02:02 +0000 |
commit | fd50890049fadad1348d4339f4f97ffbf9a5add5 (patch) | |
tree | 50bd9e42cea65603eafaecff7796f559874ce154 /template/yoga/theme/dark/theme.css | |
parent | f797f8c7a179c79b1aabdd4c020efb6329699b8e (diff) |
Add tabsheet on administration pages.
Step 1: Refactoring tabsheet on NBM and introduce generic method to add tabsheet.tpl
On next commit, use of this new method in order to reduce # of link menu.
CSS friend don't hesitate to modify tabsheet css.
git-svn-id: http://piwigo.org/svn/trunk@1874 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 5626e55e1..0bb601b1f 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -144,3 +144,17 @@ TD.calDayCellEmpty { color: silver; } } .qsearch { font-size: 80%; font-style: normal; } #mbMenu #quicksearch > p { text-align: left; } + +.tabsheet li { + background: #3f3f3f; + color: white; + border: 1px solid #fff; +} + +.selected_tab { + background: #5f5f5f !important; +} + +.tabsheet li:hover { + border: 1px solid #FFF48E; +} |