diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-04-17 20:46:14 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-04-17 20:46:14 +0000 |
commit | c463eb932c821fc956a5edb11aac5ac6e1aa31e2 (patch) | |
tree | e6cfd5428f775de444bfe702d4c24178c2a57bea /view/theme | |
parent | ca5f7ef446a230e53daeb1e6ca8c6ff5d69a6a18 (diff) | |
download | volse-hubzilla-c463eb932c821fc956a5edb11aac5ac6e1aa31e2.tar.gz volse-hubzilla-c463eb932c821fc956a5edb11aac5ac6e1aa31e2.tar.bz2 volse-hubzilla-c463eb932c821fc956a5edb11aac5ac6e1aa31e2.zip |
tiny fix hover preview button
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 033be8564..39cfcaec3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2289,6 +2289,10 @@ blockquote { text-decoration: $input_decohover; } +.btn-primary { + z-index: 10; +} + @media screen and (max-width: 767px) { aside#region_1 { background: rgba(0, 0, 0, .1); |