Ignore:
Timestamp:
Jul 1, 2012, 2:29:15 AM (12 years ago)
Author:
mistic100
Message:

choose between selectbox or thumbnails grid with a local config option, thumbnail grid use 2.4 drop-downs menus, only an icon appears on toolbar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/theme_switch/trunk/theme_switch.css

    r7171 r16241  
    1 @import "theme_switch-default.css";
    2 
    3 .theme_flag-pan { border:1px solid; background-color: #111; }
    4 .theme_menuf .theme_flags {border-color: #000 !important; }
    5 
    6 .theme_flag-pan {       border-radius: 8px; } /* round corners with CSS3 compliant browsers */
    7 .theme_flag-pan { -moz-border-radius:8px; }
    8 .theme_flag-pan { -webkit-border-radius: 8px; }
     1.theme-thumb {
     2  min-width:80px;
     3  max-width:120px;
     4  min-height:80px;
     5  max-height:120px;
     6  margin:2px;
     7}
Note: See TracChangeset for help on using the changeset viewer.