Changeset 2610


Ignore:
Timestamp:
Sep 27, 2008, 5:47:46 PM (16 years ago)
Author:
vdigital
Message:

Outline (partly removed)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2609 r2610  
    7979  font-size: 11px; font-weight: normal; letter-spacing: 0;
    8080  color : #f36; text-decoration: none; border: 0; color: #f36; }
    81 input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
     81*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    8282a { color:#f70; border-color: #f70; }
    8383a:hover, a:active { color: #f33; border-color: #FF3363; cursor: pointer; }
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2609 r2610  
    7070FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
    7171INPUT, select, textarea { color:#999; background-color: #444; }
    72 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
     72*, *:focus, *:active, input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
    7373.content UL.thumbnails SPAN.wrap2 {
    7474border: 1px solid #666; /* thumbnails border color and style */
Note: See TracChangeset for help on using the changeset viewer.