From 094fedbde9da9c7320612b40c49f6ff79b4ec269 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 4 Jan 2009 11:49:48 +0000 Subject: [PATCH] - Text background for tabsheet. git-svn-id: http://piwigo.org/svn/branches/2.0@3043 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../goto/theme/roma/images/active_tab3.png | Bin 0 -> 106 bytes .../goto/theme/roma/images/inactive_tab3.png | Bin 0 -> 109 bytes admin/template/goto/theme/roma/theme.css | 4 +++- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 admin/template/goto/theme/roma/images/active_tab3.png create mode 100644 admin/template/goto/theme/roma/images/inactive_tab3.png diff --git a/admin/template/goto/theme/roma/images/active_tab3.png b/admin/template/goto/theme/roma/images/active_tab3.png new file mode 100644 index 0000000000000000000000000000000000000000..b84c40c110f8f26b6c0790f72410cc7902535469 GIT binary patch literal 106 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Ea!3HF4R;=3sqzpY>978H@Z9QfvctAmfb;E_< zepU(#{`D4KINro+w6r$gKfrlQfU#iUW&SMA3YqVl7}*T?x>lxYJp^iI@O1TaS?83{ F1OU>tASM6+ literal 0 HcmV?d00001 diff --git a/admin/template/goto/theme/roma/images/inactive_tab3.png b/admin/template/goto/theme/roma/images/inactive_tab3.png new file mode 100644 index 0000000000000000000000000000000000000000..2b22c8eb17cc0d67600623fdd1d379a62d4e173f GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Em!3HFE+1!x=QYM}*jv*Ddww^r5+h8DYXWrf=Hy`UOxwgQu&X J%Q~loCIIe0Cqw`M literal 0 HcmV?d00001 diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 5be9064fc..3ace4df47 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -127,7 +127,9 @@ text-align:right; text-decoration:none; margin: 0; } background:transparent url(images/active_tab.png) no-repeat scroll left 0px; } .tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36; background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; } -.tabsheet a span { background-color:#222; display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; } +.tabsheet a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; } +.tabsheet .selected_tab a span { background:transparent url(images/active_tab3.png) repeat-x scroll left top; } +.tabsheet .normal_tab a span { background:transparent url(images/inactive_tab3.png) repeat-x scroll left top; } #debug { margin-left:248px; font-size:12px; } /* menubar is on all admin pages => No specific css file */ #menubar {