Ignore:
Timestamp:
Dec 29, 2010, 11:03:35 PM (13 years ago)
Author:
rvelices
Message:

some admin theme cleanup - remove unused css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/roma/theme.css

    r8382 r8383  
    1 /* generic colors - roma */
    2 .gcText { color: #666666; }                 /* used for text */
    3 .gcText2 { color: #FF3366; }                /* used for table header */
    4 .gcText3 { color: #FF3366; }                /* used for tabs text */
    5 .gcTextInput { color:#999999; }             /* used for inputs */
    6 .gcLink { color: #FF7700; }                 /* used for link */
    7 .gcLinkHover { color: #FF3333; }            /* used for link */
    8 .gcBgPage { background-color: #111111; }               /* used for page background */
    9 .gcBgTabSheet { background-color: #222222; }           /* used inside tabsheet & menu */
    10 .gcBgTableRow1 { background-color: #111111; }            /* used in for tables rows background */
    11 .gcBgTableRow2 { background-color: #222222; }            /* used in tables rows & some widgets background */
    12 .gcBgInput { background-color:#444444; }                      /* used for inputs */
    13 .gcBorder    { border-color: #FF3363; }            /* used for borders */
    14 .gcBorder2   { border-color: #666666; }            /* used for widgets borders */
    15 .gcBorderInput { border-color:#666666; }           /* used for inputs */
    16 
     1/* generic colors - roma
     2.gcText { color: #666666; }                 used for text
     3.gcText2 { color: #FF3366; }                used for table header
     4.gcText3 { color: #FF3366; }                used for tabs text
     5.gcTextInput { color:#999999; }             used for inputs
     6.gcLink { color: #FF7700; }                 used for link
     7.gcLinkHover { color: #FF3333; }            used for link
     8.gcBgPage { background-color: #111111; }               used for page background
     9.gcBgTabSheet { background-color: #222222; }           used inside tabsheet & menu
     10.gcBgTableRow1 { background-color: #111111; }            used in for tables rows background
     11.gcBgTableRow2 { background-color: #222222; }            used in tables rows & some widgets background
     12.gcBgInput { background-color:#444444; }                      used for inputs
     13.gcBorder    { border-color: #FF3363; }            used for borders
     14.gcBorder2   { border-color: #666666; }            used for widgets borders
     15.gcBorderInput { border-color:#666666; }           used for inputs
     16*/
    1717/* text color */
    1818body, h3, dt, h2, .throw, .content, label { color:#666; }
Note: See TracChangeset for help on using the changeset viewer.