diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-11 20:21:40 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-11 20:21:40 -0800 |
commit | 031d9aba5e83a55fcddf0cb2aed03709fe59e4db (patch) | |
tree | 5a4a4d63bb057a1a7012b41b76a324ea2fa1488a /lib | |
parent | 8329abb59fc57e649f31b69a52bf515016aadea9 (diff) |
Make the browse button look more like the current one.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 7fbb9db0..fb94bba6 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -631,6 +631,13 @@ div#g-action-status { /* color: #f00;*/ } +#g-add-photos-button { + background: #DFEFFC; + border: 1px solid #C5DBEC; + color: #2E6E9E + padding: .5em; +} + #g-add-photos p { margin: 0 } |