From: rabuzarus <> Date: Thu, 14 Apr 2016 00:28:57 +0000 (+0200) Subject: improve transparency for some elements in style.css X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=37101bc32108f903aea4b8ac039f083cf145f0da;p=friendica.git improve transparency for some elements in style.css --- diff --git a/css/style.css b/css/style.css index d15d9724c5..1165a89604 100644 --- a/css/style.css +++ b/css/style.css @@ -47,6 +47,10 @@ hr { margin-top: 10px; margin-bottom: 10px; } +aside hr, +section hr { + border-color: rgba(238, 238, 238, $contentbg_transp); +} iframe, img { max-width: 100%; } @@ -748,7 +752,8 @@ aside .widget li.selected, .nav-container .widget li:hover { z-index: 2; color: #555; - background-color: #f7f7f7; + /*background-color: #f7f7f7;*/ + background-color: rgba(247, 247, 247, $contentbg_transp); /*border-left: 3px solid #6fdbe8!important;*/ border-left: 3px solid $link_color !important; padding-left: 17px; @@ -1222,7 +1227,8 @@ blockquote.shared_content { .well { border: none; box-shadow: none; - background-color: #ededed; + /*background-color: #ededed;*/ + background-color: rgba(237, 237, 237, $contentbg_transp); background-image: none; margin-bottom: 1px; } @@ -1475,4 +1481,10 @@ main .nav-tabs>li.active>a:hover { background-color: rgba(255,255,255,$contentbg_transp); } +/* + * Modal + */ +.modal hr { + border-color: #eee; +}