]> git.mxchange.org Git - friendica.git/commitdiff
vier: display smiley-preview as inline-block - needs addons update
authorrabuzarus <>
Fri, 5 Feb 2016 20:24:01 +0000 (21:24 +0100)
committerrabuzarus <>
Fri, 5 Feb 2016 20:24:01 +0000 (21:24 +0100)
view/theme/vier/dark.css
view/theme/vier/style.css

index 8e128ae27fb5fd21288010266925824b135912a4..7c671e4b7d0406cc1376dd557eab099b3b722773 100644 (file)
@@ -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
index 0b52b50960a75a4922c28b540e1888cf28fee0e6..2b78d25d7fa76836c46880013bb100aa76477c2a 100644 (file)
@@ -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;