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)