Changeset 2991


Ignore:
Timestamp:
Dec 16, 2008, 9:17:25 PM (15 years ago)
Author:
vdigital
Message:

#ff3300 replacement by #ff3333
merge -c2990 from branch 2.0 to trunk

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/default-colors.css

    r2973 r2991  
    3030
    3131.errors { /* Errors display */
    32   color: #f30;
     32  color: #f33;
    3333  background-color: transparent;
    3434  font-weight: bold;
  • trunk/admin/template/goto/theme/roma/theme.css

    r2987 r2991  
    1313padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;}
    1414.content .infos li, .content .errors li { list-style-type:none; }
    15 .content .errors { color: #f30; border:0; background-color: transparent;
     15.content .errors { color: #f33; border:0; background-color: transparent;
    1616padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; }
    1717#copyright { color:#666; margin:60px auto 0px 240px; text-align:center;
     
    8181  color : #F33; text-decoration: none; border: 0; }
    8282a.Piwigo:hover  span.Piwigo  {
    83   border-bottom: 1px solid #FF3363; color: #F30;
     83  border-bottom: 1px solid #FF3363;
    8484}
    8585
    8686*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
    8787a { color:#f70; border-width: 0; }
    88 a:hover, a:active { color: #f30; border-bottom: 1px solid #FF3363; cursor: pointer; }
     88a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; }
    8989.content .navigationBar {color:#666;}
    9090ul.actions, .content form#waiting  {text-align:center;}
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2987 r2991  
    319319}
    320320A:hover, A:active {
    321         color:#f30;
     321        color:#f33;
    322322        border-bottom: 1px solid #FF3363;
    323323        cursor: pointer;
     
    328328  color : #F33; text-decoration: none; border: 0; }
    329329a.Piwigo:hover  span.Piwigo  {
    330   border-bottom: 1px solid #FF3363; color: #F30;
     330  border-bottom: 1px solid #FF3363;
    331331}
    332332#theImage A, .illustration A, A.navThumb, A.navThumb {
Note: See TracChangeset for help on using the changeset viewer.