This commit is contained in:
Your Name 2018-10-28 21:04:59 +09:00
parent 7313a64709
commit 5640960b59
2 changed files with 5 additions and 2 deletions

View File

@ -1822,6 +1822,9 @@ dl.bb-dl > dd > li {
background-color: #000 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; transition: all 300ms 0s;
}
.bootstrap-tagsinput {
background-color: $comment_item_colour !important;
} }

View File

@ -89,7 +89,7 @@ if (! $background_image)
if (! $item_colour) if (! $item_colour)
$item_colour = 'rgb(255,255,255)'; $item_colour = 'rgb(255,255,255)';
if (! $comment_item_colour) if (! $comment_item_colour)
$comment_item_colour = 'rgb(255,255,255)'; $comment_item_colour = 'rgb(246,246,246)';
if (! $item_opacity) if (! $item_opacity)
$item_opacity = '1'; $item_opacity = '1';
if (! $font_size) if (! $font_size)