diff options
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index a483a0485..9cc01fd6a 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1267,3 +1267,16 @@ table.qsearch_help_table td { padding:5px; vertical-align:top; } + +.font-checkbox [class*=icon-check]:before { + font-size:16px; + line-height:16px; + margin-right:0; +} +.font-checkbox .icon-check-empty { + position:relative; + left:-1px; +} +.font-checkbox input[type=checkbox], .font-checkbox input[type=radio] { + display:none; +} |