Changeset 26178


Ignore:
Timestamp:
Dec 24, 2013, 4:08:02 PM (10 years ago)
Author:
plg
Message:

bug fixed: never display text-underline on font icon

bug fixed: keep the "close details" link always displayed.

File:
1 edited

Legend:

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

    r26177 r26178  
    11/* content.css */
    2 [class^="icon-"]:before { text-decoration:none !important; }
     2[class*="icon-"]:before { text-decoration:none !important; }
    33
    44.showInfo { font-size:15px;cursor:pointer;line-height:15px; }
     
    11621162#userList .openUserDetails {visibility:hidden;}
    11631163#userList tr:hover .openUserDetails {visibility:visible;}
     1164#userList .icon-angle-circled-up {visibility:visible;}
    11641165
    11651166.userProperties {max-width:730px;}
Note: See TracChangeset for help on using the changeset viewer.