diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-14 15:24:05 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-14 15:24:05 +0000 |
commit | 95d42962e2c54e8ae4ecbfe508bece6456fbb050 (patch) | |
tree | 6e500d2b0713ac26b3362fee900b50567e1fb063 /admin/template/goto/theme | |
parent | 2eda036c8b6522e3de8907033164737079679a78 (diff) |
Admin old directories (admin/template/goto/admin and admin/template/yoga) are removed
Cursors review.
git-svn-id: http://piwigo.org/svn/trunk@2533 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 8ecab22e2..16c87fb5a 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -49,9 +49,10 @@ text-transform:none; font-weight:bold; padding-left:20px; } background-image: url(images/fillet.png); background-repeat: repeat-x; } /* borders */ /* TODO */ INPUT, SELECT, TEXTAREA { border-left: 2px inset #696969; text-indent:4px; } +TEXTAREA { cursor:text; } INPUT.bigbutton { background: #111 url(images/rapid_local_synchro.png) no-repeat scroll left top; width: 600px; height: 120px; color:#f70; font-size: 36px; text-align: left; padding: 0 0 0 30px; -border: 0; cursor: auto; } +border: 0; } INPUT.bigbutton:hover { background-color: #222; color:#f33; border: 0; cursor: pointer; } .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ @@ -65,7 +66,7 @@ a.Piwigo { color : #f36; text-decoration: none; border: 0; color: #f36; } * { outline-width: 0; } -a { color:#f70; border-color: #FF3363; cursor: auto; } +a { color:#f70; border-color: #FF3363; } a:hover { color: #f33; border-color: #FF3363; } h2 { display:block; font-size:28px; letter-spacing:-1px; |