From: rabuzarus <> Date: Fri, 5 Feb 2016 20:24:01 +0000 (+0100) Subject: vier: display smiley-preview as inline-block - needs addons update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41405ed0f2ff24dff89e11e5ecd695fb4cf11066;p=friendica.git vier: display smiley-preview as inline-block - needs addons update --- diff --git a/view/theme/vier/dark.css b/view/theme/vier/dark.css index 8e128ae27f..7c671e4b7d 100644 --- a/view/theme/vier/dark.css +++ b/view/theme/vier/dark.css @@ -63,3 +63,8 @@ li :hover { #viewcontact_wrapper-network { background-color: #343434; } + +table.smiley-preview{ + background-color: #252C33 !important; + box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); +} \ No newline at end of file diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 0b52b50960..2b78d25d7f 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -2024,6 +2024,15 @@ section.minimal { cursor: pointer; margin-top: 3px; height: 10px; + display: inline-block; +} +#smileybutton { + position: absolute; + z-index: 99; +} +table.smiley-preview{ + background-color: #FFF; + box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7); } #jot-perms-icon { float: right;