]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Merge pull request #9711 from MrPetovan/bug/fatal-errors
[friendica.git] / view / global.css
index cd0253ac665326bdfe0754da0bf2c78d9cae6a8d..e50e87ec2a613742c59523f4e49dc989fdaeec75 100644 (file)
@@ -160,7 +160,6 @@ span.connector {
 }
 
 .shared_header a {
-  color: black;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
@@ -168,10 +167,6 @@ span.connector {
   transition: all 0.2s ease-in-out;
 }
 
-.shared_header a:hover {
-  color: #36c;
-}
-
 .shared_header img {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
@@ -180,11 +175,6 @@ span.connector {
   margin-right: 9px;
 }
 
-.shared_header span {
-  display: table-cell;
-  float: none;
-}
-
 blockquote.shared_content {
   margin-left: 32px;
   color: #000;
@@ -657,3 +647,7 @@ body.dragging, body.dragging * {
        border-left-color: black;
        border-right: none;
 }
+
+span.required {
+       color: #c80000;
+}