X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=e50e87ec2a613742c59523f4e49dc989fdaeec75;hb=2edad06972057dad1d959e8b4affa4916df0d5bc;hp=9805a615436f86c69cfc9727c9c1012fcb796538;hpb=42775d53b2c5177cae2e0e1dacb0a32f92e4a83b;p=friendica.git diff --git a/view/global.css b/view/global.css index 9805a61543..e50e87ec2a 100644 --- a/view/global.css +++ b/view/global.css @@ -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; @@ -406,22 +396,6 @@ a { .selected-identity img { border: 2px solid #ff0000; } -/* poke */ -#poke-desc { - margin: 5px 0 10px; -} - -#poke-wrapper { - padding: 10px 0 0px; -} - -#poke-recipient, #poke-action, #poke-privacy-settings { - margin: 10px 0 30px; -} - -#poke-recip-label, #poke-action-label, #prvmail-message-label { - margin: 10px 0 10px; -} .version-match { font-weight: bold; color: #00a700; @@ -673,3 +647,7 @@ body.dragging, body.dragging * { border-left-color: black; border-right: none; } + +span.required { + color: #c80000; +}