diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 0ea7373..ed702a2 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2136,8 +2136,10 @@ a[title*="pawoo.net"]::after { .shared_container { border-radius: 2px; margin-top: 15px; - box-shadow: 1px 1px 2px 1px rgba(75, 75, 75, 0.5); + /*box-shadow: 1px 1px 2px 1px rgba(75, 75, 75, 0.5);*/ margin-left: 10px; + margin-top: solid 1px darkgray; + margin-bottom: solid 1px darkgray; } .shared_container::before { @@ -2149,7 +2151,8 @@ a[title*="pawoo.net"]::after { border-radius: 0.6em; margin: 15px; left: -25px; - filter: drop-shadow(1px 1px 1px rgba(75, 75, 75, 0.675)); + border: solid 1px darkgray; + /*filter: drop-shadow(1px 1px 1px rgba(75, 75, 75, 0.675));*/ } .shared_container::after {