1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 07:08:20 +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 {
color: #666;
background-color: #ccc;
border-left: 1px solid #aaa;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #bbb;
border-top: 1px solid #bbb;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
margin-left: 0.25em;
margin-right: 0.25em;
}
@ -564,7 +564,7 @@ canvas.tw-edit-bitmapeditor {
}
.tw-tab-divider {
border-top: 1px solid #aaa;
border-top: 1px solid #bbb;
}
.tw-tab-content {
@ -574,7 +574,7 @@ canvas.tw-edit-bitmapeditor {
.tw-sidebar-tab-divider.tw-tab-divider {
border-top: none;
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 {