1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-09 06:16:06 +00:00

Better styles for the message box

This commit is contained in:
Jermolene
2013-11-28 07:41:28 +00:00
parent 2c1ed36a91
commit b77aa3908f
4 changed files with 16 additions and 3 deletions

View File

@@ -124,3 +124,7 @@ canvas.tw-edit-bitmapeditor {
.tw-more-sidebar .tw-tab-buttons button.tw-tab-selected {
<<background-linear-gradient "left, rgb(236,236,236) 0%, rgb(248,248,248) 100%">>
}
.tw-message-box img {
<<box-shadow "1px 1px 3px rgba(0,0,0,0.5)">>
}

View File

@@ -931,6 +931,9 @@ canvas.tw-edit-bitmapeditor {
background: #ECF2FF;
padding: 0px 21px 0px 21px;
margin: 0 -21px 0 -21px;
font-size: 12px;
line-height: 18px;
color: #547599;
}
.tw-message-box img {