diff options
author | plegall <plg@piwigo.org> | 2012-04-29 11:41:34 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-04-29 11:41:34 +0000 |
commit | d04e3894119ade77bfafd02a29cf368efcdde565 (patch) | |
tree | e60a93d3a7910340d69c7a153555c26bf5d33ecc /admin/themes/default/theme.css | |
parent | 5884b956f88bc8b602a7179d9e59f1c737ad99fc (diff) |
feature 2626: manage inline errors on form submission
git-svn-id: http://piwigo.org/svn/trunk@14513 68402e56-0260-453c-a942-63ccdbb3a9ee
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;} |