Changeset 5366


Ignore:
Timestamp:
Mar 25, 2010, 11:29:57 PM (14 years ago)
Author:
plg
Message:

feature 1529: make the checked tags more obvious (distinct background color)

Location:
trunk/admin/themes
Files:
1 added
4 edited

Legend:

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

    r5364 r5366  
    7474}
    7575.tagSelection label { padding-right:12px; }
     76.tagSelection LI.tagSelected {background-color:#dbe8f3;}
     77.tagSelected LABEL {color:black;}
     78
    7679.content ul.categoryActions a img { margin-left: 10px; }
    7780ul.thumbnails input { border:3px double #666; color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
  • trunk/admin/themes/default/template/element_set_global.tpl

    r5206 r5366  
    1 
     1{include file='include/tag_selection.inc.tpl'}
    22{include file='include/datepicker.inc.tpl'}
    33
  • trunk/admin/themes/default/template/tags.tpl

    r5195 r5366  
     1{include file='include/tag_selection.inc.tpl'}
     2
    13<div class="titrePage">
    24  <h2>{'Manage tags'|@translate}</h2>
  • trunk/admin/themes/roma/theme.css

    r5364 r5366  
    8585}
    8686.tagSelection label { padding-right:12px; }
     87.tagSelection LI.tagSelected {background-color:#444;}
     88.tagSelected LABEL {color:#ccc;}
    8789.content ul.categoryActions a img { margin-left: 10px; }
    8890ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
Note: See TracChangeset for help on using the changeset viewer.