Changeset 2966


Ignore:
Timestamp:
Dec 11, 2008, 10:05:31 PM (15 years ago)
Author:
vdigital
Message:
  • Quicksearch and Links review
Location:
branches/2.0
Files:
2 edited

Legend:

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

    r2963 r2966  
    7575  font-family: verdana, arial, helvetica, sans-serif !important;
    7676  font-size: 11px; font-weight: normal; letter-spacing: 0;
    77   color : #f36; text-decoration: none; border: 0; color: #f36; }
     77  color : #FF3300; text-decoration: none; border: 0; }
     78a.Piwigo:hover {
     79  border-bottom: 1px solid #FF3363;
     80}
     81
    7882*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    7983a { color:#f70; border-width: 0; }
    80 a:hover, a:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
     84a:hover, a:active { color: #f30; border-bottom: 1px solid #FF3363; cursor: pointer; }
    8185.content .navigationBar {color:#666;}
    8286ul.actions, .content form#waiting  {text-align:center;}
  • branches/2.0/template/yoga/theme/Sylvia/theme.css

    r2965 r2966  
    264264}
    265265#qsearchInput {
    266         border-color:#222;
    267         color:#222;
     266        color:#666;
    268267}
    269268FIELDSET, INPUT, SELECT, TEXTAREA {
     
    309308}
    310309A:hover, A:active {
    311         color:#f33;
    312         border-bottom: 1px solid #f33;
     310        color:#f30;
     311        border-bottom: 1px solid #FF3363;
    313312        cursor: pointer;
     313}
     314a.Piwigo {
     315  font-family: verdana, arial, helvetica, sans-serif !important;
     316  font-size: 11px; font-weight: normal; letter-spacing: 0;
     317  color : #FF3300; text-decoration: none; border: 0; }
     318a.Piwigo:hover {
     319  border-bottom: 1px solid #FF3363;
    314320}
    315321#theImage A, .illustration A, A.navThumb, A.navThumb {
Note: See TracChangeset for help on using the changeset viewer.