From 7313a64709f39e7d907aa77fdd0993ff3f0bd513 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 20:54:42 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E5=85=A5?= =?UTF-8?q?=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)