1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Palette and theme tweaks

This commit is contained in:
Jermolene 2014-02-17 22:45:46 +00:00
parent 118b841aa2
commit c999d82a23
2 changed files with 3 additions and 5 deletions

View File

@ -39,7 +39,7 @@ notification-border: #999999
page-background: #ececfc page-background: #ececfc
pre-background: #f5f5f5 pre-background: #f5f5f5
pre-border: #cccccc pre-border: #cccccc
primary: #d8b757 primary: #F0B812
sidebar-controls-foreground-hover: #000000 sidebar-controls-foreground-hover: #000000
sidebar-controls-foreground: #ffffff sidebar-controls-foreground: #ffffff
sidebar-foreground: #acacac sidebar-foreground: #acacac
@ -70,9 +70,9 @@ tiddler-editor-border-image: #ffffff
tiddler-editor-border: #cccccc tiddler-editor-border: #cccccc
tiddler-editor-fields-even: #e0e8e0 tiddler-editor-fields-even: #e0e8e0
tiddler-editor-fields-odd: #f0f4f0 tiddler-editor-fields-odd: #f0f4f0
tiddler-info-background: #f8f8f8 tiddler-info-background: #ffffff
tiddler-info-border: #dddddd tiddler-info-border: #dddddd
tiddler-info-tab-background: #f8f8f8 tiddler-info-tab-background: #ffffff
tiddler-link-background: <<colour background>> tiddler-link-background: <<colour background>>
tiddler-link-foreground: <<colour primary>> tiddler-link-foreground: <<colour primary>>
tiddler-subtitle-foreground: #c0c0c0 tiddler-subtitle-foreground: #c0c0c0

View File

@ -829,7 +829,6 @@ canvas.tw-edit-bitmapeditor {
border-left: 1px solid <<colour tab-border-selected>>; border-left: 1px solid <<colour tab-border-selected>>;
border-top: 1px solid <<colour tab-border-selected>>; border-top: 1px solid <<colour tab-border-selected>>;
border-right: 1px solid <<colour tab-border-selected>>; border-right: 1px solid <<colour tab-border-selected>>;
margin-bottom: -1px;
} }
.tw-tab-buttons button:not(.tw-tab-selected) { .tw-tab-buttons button:not(.tw-tab-selected) {
@ -849,7 +848,6 @@ canvas.tw-edit-bitmapeditor {
.tw-sidebar-lists .tw-tab-buttons button.tw-tab-selected { .tw-sidebar-lists .tw-tab-buttons button.tw-tab-selected {
background-color: <<colour sidebar-tab-background-selected>>; background-color: <<colour sidebar-tab-background-selected>>;
border-bottom: 1px solid <<colour sidebar-tab-background-selected>>;
} }
.tw-sidebar-lists .tw-tab-divider { .tw-sidebar-lists .tw-tab-divider {