1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

More styling tweaks

This could go on for ever.
This commit is contained in:
Jeremy Ruston 2013-05-16 11:23:17 +01:00
parent 5ecbf4c173
commit 2d8e12fb19

View File

@ -550,10 +550,10 @@ canvas.tw-edit-bitmapeditor {
.tw-tab-buttons button { .tw-tab-buttons button {
color: #666; color: #666;
background-color: #ccc; background-color: #ccc;
border-left: 1px solid #aaa; border-left: 1px solid #bbb;
border-top: 1px solid #aaa; border-top: 1px solid #bbb;
border-right: 1px solid #aaa; border-right: 1px solid #bbb;
border-bottom: 1px solid #aaa; border-bottom: 1px solid #bbb;
margin-left: 0.25em; margin-left: 0.25em;
margin-right: 0.25em; margin-right: 0.25em;
} }
@ -564,7 +564,7 @@ canvas.tw-edit-bitmapeditor {
} }
.tw-tab-divider { .tw-tab-divider {
border-top: 1px solid #aaa; border-top: 1px solid #bbb;
} }
.tw-tab-content { .tw-tab-content {
@ -574,7 +574,7 @@ canvas.tw-edit-bitmapeditor {
.tw-sidebar-tab-divider.tw-tab-divider { .tw-sidebar-tab-divider.tw-tab-divider {
border-top: none; border-top: none;
height: 1px; height: 1px;
<<background-linear-gradient "left, rgb(160,160,160) 0%, rgb(236,236,236) 250px">> <<background-linear-gradient "left, rgb(176,176,176) 0%, rgb(236,236,236) 250px">>
} }
.tw-more-sidebar.tw-tab-set { .tw-more-sidebar.tw-tab-set {