diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-12 22:10:20 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-11-12 22:10:20 +0100 |
commit | 5afe8e5aa116fb288b2ef87c7af3c7e74565d50b (patch) | |
tree | cf8ad08cbcb76e60288e9e04f1b27b3f467beebe /view/theme/redbasic/schema | |
parent | 6e04dd96a1ff001f67db59e796b36cba30e4fdb4 (diff) | |
download | volse-hubzilla-5afe8e5aa116fb288b2ef87c7af3c7e74565d50b.tar.gz volse-hubzilla-5afe8e5aa116fb288b2ef87c7af3c7e74565d50b.tar.bz2 volse-hubzilla-5afe8e5aa116fb288b2ef87c7af3c7e74565d50b.zip |
Small update to Bluegrid and generic-content-wrapper-styled to dreport
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/bluegrid.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/bluegrid.css b/view/theme/redbasic/schema/bluegrid.css index 2c6f34558..3c856c5e2 100644 --- a/view/theme/redbasic/schema/bluegrid.css +++ b/view/theme/redbasic/schema/bluegrid.css @@ -299,7 +299,7 @@ input { border: 1px solid rgba(255,255,255,.5); } -.contact-entry-edit a:hover, .contact-entry-edit a:focus, .generic-content-wrapper-styled > p > span.btn.btn-default > a:hover,.generic-content-wrapper-styled > p > span.btn.btn-default > a:focus, div#profile-edit-links a:hover, div#profile-edit-links a:focus { +.contact-entry-edit:hover a, .contact-entry-edit:focus a, .generic-content-wrapper-styled > p > span.btn.btn-default > a:hover,.generic-content-wrapper-styled > p > span.btn.btn-default > a:focus, div#profile-edit-links a:hover, div#profile-edit-links a:focus { color: #43488A; } |