diff options
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 088d18912..c436bd25b 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -16,7 +16,7 @@ */ /* text color */ body, h3, dt, .throw, .content, label, LEGEND { - color:#666; + color:#777; } INPUT, select, textarea { color:#999; background-color: #444; } @@ -356,4 +356,6 @@ table.dataTable thead th { table.qsearch_help_table td { border-color: #444; -}
\ No newline at end of file +} + +.font-checkbox [class*=icon-check]:before { color:#aaa; }
\ No newline at end of file |