テキスト入力欄の改造
This commit is contained in:
parent
a819191234
commit
7313a64709
@ -1033,7 +1033,7 @@ img.mail-conv-sender-photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-wrapper {
|
#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: 1px solid rgba(0, 0, 0, .2);
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
|
|
||||||
@ -1813,8 +1813,15 @@ dl.bb-dl > dd > li {
|
|||||||
|
|
||||||
#profile-jot-wrapper {
|
#profile-jot-wrapper {
|
||||||
filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48));
|
filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48));
|
||||||
transition: all 300ms 0s;
|
|
||||||
}
|
}
|
||||||
#profile-jot-wrapper:hover {
|
#profile-jot-wrapper:hover {
|
||||||
filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678));
|
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;
|
||||||
|
}
|
@ -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(246,246,246)';
|
$comment_item_colour = 'rgb(255,255,255)';
|
||||||
if (! $item_opacity)
|
if (! $item_opacity)
|
||||||
$item_opacity = '1';
|
$item_opacity = '1';
|
||||||
if (! $font_size)
|
if (! $font_size)
|
||||||
|
Reference in New Issue
Block a user