修正
This commit is contained in:
parent
7313a64709
commit
5640960b59
@ -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;
|
||||
}
|
@ -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)
|
||||
|
Reference in New Issue
Block a user