From d74162339d484074f42288832220af69d14d9b63 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 21:25:12 +0900 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=91=B3=E3=81=AA=E5=BD=B1=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 8b246dd..c1419d0 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1804,24 +1804,17 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } -.toplevel_item , #notifications { +.toplevel_item , #notifications , #profile-jot-wrapper{ box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; } -.toplevel_item:hover , #notifications:hover{ +.toplevel_item:hover , #notifications:hover , #profile-jot-wrapper:hover{ box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.5); } .dropdown-menu { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } -#profile-jot-wrapper { - filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); -} -#profile-jot-wrapper:hover { - filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); -} - .bootstrap-tagsinput { background-color: #000 } @@ -1856,10 +1849,6 @@ dl.bb-dl > dd > li { width: 50%; } -#profile-jot-submit-right{ - -} - a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); }