diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-17 16:51:48 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-17 16:51:48 -0700 |
| commit | 33bb2d9177b5d00d1d124145151c082ff4edadc6 (patch) | |
| tree | fbb095d3e1acb8a0f057613bd4f15b669f3d3642 /themes | |
| parent | 191ce0245d9f200f7d70bffc0499a2cece10487e (diff) | |
| parent | 2e23ae98c43ae099a0b7b18f3c65fae21401aa43 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'themes')
| -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; } |
