diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-17 12:11:00 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-17 12:11:00 -0700 |
| commit | 48326ad01708fcfa020283e2ad8b2cae4ede1600 (patch) | |
| tree | fd925dd945f9e6f050152a112e411a3fe89e0a16 /themes/admin_default/css | |
| parent | 6469763225b1f74bc5391f09446bcf280bea389e (diff) | |
Cleanup issues with the original fix for #779
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 33cc6733..de6d436e 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -1034,6 +1034,11 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser { float: right; } +#gRenameTagForm input[type="text"].gError { + border: 2px solid red; + background: none; +} + #gRenameTagForm input[type="submit"] { height: 25px; } |
