Changeset 2609


Ignore:
Timestamp:
Sep 27, 2008, 1:53:06 PM (16 years ago)
Author:
vdigital
Message:

buttonButterfly 2 - Last Graphic and CSS feedback (focus on buttons)

Location:
trunk
Files:
2 edited

Legend:

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

    r2608 r2609  
    6969.tagSelection label { padding-right:12px; }
    7070ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
    71 INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { color:#f33; cursor: pointer; }
     71INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { cursor: pointer; }
    7272INPUT.bigbutton:hover { background-color: #222;  color:#f33; border: 0; }
    7373.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; }
     
    7979  font-size: 11px; font-weight: normal; letter-spacing: 0;
    8080  color : #f36; text-decoration: none; border: 0; color: #f36; }
    81 * { outline-width: 0; }
    82 a { color:#f70; outline: none; border-color: #f70; }
    83 a:hover, a:active { color: #f33; border-color: #FF3363; outline: none;  cursor: pointer; }
     81input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
     82a { color:#f70; border-color: #f70; }
     83a:hover, a:active { color: #f33; border-color: #FF3363; cursor: pointer; }
    8484
    8585h2 { display:block; font-size:28px; letter-spacing:-1px;
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2608 r2609  
    7676.content UL.thumbnails SPAN.wrap2:hover { color: #666;
    7777background-color: #111; border:1px solid #ff3363;       /* thumbnails border color when mouse cursor is over it */ }
    78 A, INPUT.rateButton { color:#f70; outline: none; border-color: #f70; }
    79 A:hover, A:active { color: #f33; border-color: #FF3363; outline: none;  cursor: pointer; }
    80 
     78A, INPUT.rateButton { color:#f70; border-color: #f70; }
     79A:hover, A:active { color: #f33; border-color: #FF3363; cursor: pointer; }
     80input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    8181#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
Note: See TracChangeset for help on using the changeset viewer.