テキスト入力欄の改造

This commit is contained in:
Your Name 2018-10-28 20:54:42 +09:00
parent a819191234
commit 7313a64709
2 changed files with 10 additions and 3 deletions

View File

@ -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;
}

View File

@ -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)