From fd50890049fadad1348d4339f4f97ffbf9a5add5 Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 6 Mar 2007 23:02:02 +0000 Subject: 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 --- template/yoga/theme/clear/theme.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'template/yoga/theme/clear/theme.css') diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 0f29d1fb2..f60e8154c 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -103,3 +103,21 @@ TD.calDayCellEmpty { color: silver; } #mbMenu #quicksearch > p { text-align: left; } #qsearchInput { color: #d3d3d3; } #qsearchInput:focus { color: #005e89; } + +.tabsheet li { + background: #ffffff; + color: #005e89; + border: 1px solid #696969; +} + +.tabsheet a { + color: #005e89; +} + +.selected_tab { + background: #d3d3d3 !important; +} + +.tabsheet li:hover { + border: 1px solid #858460 !important; +} -- cgit v1.2.3