From 7313a64709f39e7d907aa77fdd0993ff3f0bd513 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 20:54:42 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88?= =?UTF-8?q?=E5=85=A5=E5=8A=9B=E6=AC=84=E3=81=AE=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 11 +++++++++-- plusfuture/php/style.php | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 1ebc75e..d733489 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1033,7 +1033,7 @@ img.mail-conv-sender-photo { } #profile-jot-wrapper { - background-color: rgba(254, 254, 254, 1); + background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, .2); border-radius: $radius; @@ -1813,8 +1813,15 @@ dl.bb-dl > dd > li { #profile-jot-wrapper { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); - transition: all 300ms 0s; } #profile-jot-wrapper:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); +} + +.bootstrap-tagsinput { + background-color: #000 +} + +#jot-title-wrap, #jot-category-wrap, #jot-text-wrap{ + transition: all 300ms 0s; } \ No newline at end of file diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index 7742e35..8a3643d 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -89,7 +89,7 @@ if (! $background_image) if (! $item_colour) $item_colour = 'rgb(255,255,255)'; if (! $comment_item_colour) - $comment_item_colour = 'rgb(246,246,246)'; + $comment_item_colour = 'rgb(255,255,255)'; if (! $item_opacity) $item_opacity = '1'; if (! $font_size) From 5640960b59de8913360a12695b0494d0eb91664a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 21:04:59 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 5 ++++- plusfuture/php/style.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index d733489..468be75 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1822,6 +1822,9 @@ dl.bb-dl > dd > li { background-color: #000 } -#jot-title-wrap, #jot-category-wrap, #jot-text-wrap{ +#jot-title-wrap, #jot-category-wrap, #jot-text-wrap, #profile-jot-text{ transition: all 300ms 0s; +} +.bootstrap-tagsinput { + background-color: $comment_item_colour !important; } \ No newline at end of file diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index 8a3643d..7742e35 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -89,7 +89,7 @@ if (! $background_image) if (! $item_colour) $item_colour = 'rgb(255,255,255)'; if (! $comment_item_colour) - $comment_item_colour = 'rgb(255,255,255)'; + $comment_item_colour = 'rgb(246,246,246)'; if (! $item_opacity) $item_opacity = '1'; if (! $font_size) From 42a4d2578d1e39ca7fceff651813ac01ce45854d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 21:38:33 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=BD=B1=E5=AE=9F?= =?UTF-8?q?=E8=A3=85=E3=81=A8=E5=B0=8F=E8=A6=8F=E6=A8=A1=E3=83=90=E3=82=B0?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 468be75..11785d1 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1800,12 +1800,12 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } -.toplevel_item , .notifications_wrapper { +.toplevel_item , #notifications { box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; } -.toplevel_item:hover , .notifications_wrapper:hover{ - filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); +.toplevel_item:hover , #notifications: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));