Changeset 673 for trunk/css


Ignore:
Timestamp:
Mar 19, 2019 5:09:50 AM (5 years ago)
Author:
anonymous
Message:

Minor css changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r643 r673  
    1515
    1616a:link,
    17 a:visited { color: #336; text-decoration: underline; }
    18 a:hover   { color: #C30; text-decoration: none; }
    19 a:active  { color: #336; }
     17a:visited   { color: #227899; text-decoration: none; border: none; }
     18a:hover     { color: #000; text-decoration: none; border: none; }
     19a:active    { color: #00b8ff; text-decoration: none; border: none; }
    2020
    2121pre { margin: 0; }
     
    135135
    136136#leftnav #navlist li a:link, #navlist li a:visited {
    137     color: #336;
     137    /* color: #336; */
    138138}
    139139
    140140#leftnav #navlist li a:hover, #navlist li a:active {
    141     color: #C00;
     141    /* color: #C00; */
    142142}
    143143
Note: See TracChangeset for help on using the changeset viewer.