diff options
author | mistic100 <mistic@piwigo.org> | 2014-09-15 15:18:17 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-09-15 15:18:17 +0000 |
commit | b56c103188ab4fb76fdcc42c4fbc3810d384b5aa (patch) | |
tree | 3841699071be6ec8e40ea0a696a1e8fdfe3cd540 /admin/themes/clear/theme.css | |
parent | 34c0290bbfa62a6ef24f2f71cb2366863c56cb72 (diff) |
use fontello for every checkbox on config screens + split configuration.tpl file
git-svn-id: http://piwigo.org/svn/trunk@29539 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 0a814da2a..eff007248 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -381,3 +381,4 @@ table.dataTable thead th { box-shadow:inset 0px 1px 3px 0px rgba(255,255,255,0.4); } +.font-checkbox [class*=icon-check]:before { color:#444; } |