Changeset 10242


Ignore:
Timestamp:
28 May 2013, 15:32:22 (11 years ago)
Author:
uli
Message:

Fix background colors of primary buttons and user options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/css/style.css

    r10241 r10242  
    245245}
    246246
    247 #user-options a:focus, #user-options a:active {
     247#user-options a:visited, #user-options a.dropdown-toggle:link {
    248248        background-color: #449966;
    249249}
     
    745745}
    746746
     747.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
     748    background-color: #449966;
     749    color: #FFFFFF;
     750}
     751
     752
    747753@media (max-width: 1200px) {
    748754        .left-col, .right-col {
Note: See TracChangeset for help on using the changeset viewer.