From 3351fd9409aacf479f6f17ac62aee3c75ea09355 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Dec 2008 08:57:15 +0000 Subject: Borders of Categories boxes - wrong colour - global mode : frameborders around thumbnails are the wrong colour git-svn-id: http://piwigo.org/svn/branches/2.0@2972 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-layout.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'admin/template/goto/default-layout.css') diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index 19ed9fd0e..87f411dd3 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -2,7 +2,7 @@ /* History tables */ TABLE.table2 { - border: 1px solid black; + border: 1px solid #111; margin: 1em auto; padding: 0; } @@ -85,7 +85,7 @@ UL.categoryUl { LI.categoryLi { width: 100%; - border: 1px solid gray; + border: 1px solid #666; padding: 0px 5px; margin-bottom: 5px; } @@ -171,7 +171,7 @@ FIELDSET#commentsConf SPAN.property { .statBar { height: 10px; background-color: #ff7700; - border: 1px solid black; + border: 1px solid #666; } .over{ @@ -186,10 +186,10 @@ z-index: 50; .over SPAN{ /*CSS for enlarged image*/ position: absolute; -background-color: #eee; +background-color: #222; padding: 5px; left: -1000px; -border: 1px solid #69c; +border: 1px solid #ff3363; visibility: hidden; color: black; text-decoration: none; @@ -231,10 +231,10 @@ H2 { A { text-decoration:none; - border-bottom: 1px dotted #005e89; + border-bottom: 0; } A:hover { - border-bottom: 1px solid #858460; + border-bottom: 1px solid #FF3363; } A.button, A.button:hover { border: 0; -- cgit v1.2.3