diff options
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index bf9013184..f56444877 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1107,4 +1107,7 @@ FORM#categoryOrdering .categoryLi:hover p.albumActions {visibility:visible;} #positionCustomDetails label { font-weight:normal; -}
\ No newline at end of file +} + +input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;} +.dErrorDesc {background-color:red; color:white; padding:0 5px;border-radius:10px; font-weight:bold;cursor:help;} |