Changeset 2622 for trunk/template


Ignore:
Timestamp:
Sep 28, 2008, 10:22:35 PM (16 years ago)
Author:
vdigital
Message:

RC1 - Last Graphic and CSS feedback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2611 r2622  
    6868#imageHeaderBar .browsePath { margin-left:125px; }
    6969H2 { border-bottom: 1px solid #000000; }
     70#qsearchInput { background-color: #111; border-color: #222; color: #222;}
    7071FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
    71 INPUT, select, textarea { color:#999; background-color: #444; }
     72input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
     73background-color:#444; color:#999; } /* stupid Line but needed  due to inpact on other themes and deadline of Piwigo 2.0 */
     74INPUT, select, textarea { color:#999; background-color: #444; }
     75#qsearchInput:focus,
    7276input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
    7377.content UL.thumbnails SPAN.wrap2 {
Note: See TracChangeset for help on using the changeset viewer.