Changeset 2967 for trunk/template


Ignore:
Timestamp:
Dec 11, 2008, 10:09:41 PM (15 years ago)
Author:
vdigital
Message:
  • Quicksearch and Links review

merge -c2966 from branch 2.0 to trunk

File:
1 edited

Legend:

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

    r2932 r2967  
    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.