]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/dark/style.css
Merge remote-tracking branch 'upstream/develop' into 1601-api-statuses-lookup
[friendica.git] / view / theme / quattro / dark / style.css
index a45584a700634ec8dcd39b10b87847bc0919d7b5..847017ee5bf36b361b3bacafae855ea930329285 100644 (file)
@@ -463,7 +463,7 @@ a:hover {
   text-decoration: underline;
 }
 blockquote {
-  background: #ffffff;
+  background: #FFFFFF;
   padding: 1em;
   margin-left: 1em;
   border-left: 1em solid #e6e6e6;
@@ -1443,9 +1443,13 @@ blockquote.shared_content {
 }
 .oembed.video > a.embed_video {
   display: block;
-  float: none;
+  float: left;
+  position: relative;
 }
 .oembed.video > a.embed_video > div {
+  position: absolute;
+  top: 0px;
+  left: 0px;
   background: rgba(255, 255, 255, 0.36) url(../../../images/icons/48/play.png) no-repeat center center !important;
 }
 /* threaded comments */