Tweaked notebooks.

This commit is contained in:
Sam Hewitt 2015-03-01 15:12:39 -05:00
parent d580e5c976
commit 0f25c1a1ca
1 changed files with 12 additions and 8 deletions

View File

@ -255,31 +255,35 @@
} }
.notebook.header.frame.top, .notebook.header.frame.top,
.notebook.header.frame.top:backdrop { .notebook.header.frame.top:backdrop {/*
border-top: 1px solid @border; border-top: 1px solid @border;
border-left: 1px solid @border; border-left: 1px solid @border;
border-right: 1px solid @border; border-right: 1px solid @border;*/
border:none;
} }
.notebook.header.frame.bottom, .notebook.header.frame.bottom,
.notebook.header.frame.bottom:backdrop { .notebook.header.frame.bottom:backdrop {
border-bottom: 1px solid @border; /*border-bottom: 1px solid @border;
border-left: 1px solid @border; border-left: 1px solid @border;
border-right: 1px solid @border; border-right: 1px solid @border;*/
border:none;
} }
.notebook.header.frame.left, .notebook.header.frame.left,
.notebook.header.frame.left:backdrop { .notebook.header.frame.left:backdrop {
border-top: 1px solid @border; /*border-top: 1px solid @border;
border-bottom: 1px solid @border; border-bottom: 1px solid @border;
border-left: 1px solid @border; border-left: 1px solid @border;*/
border:none;
} }
.notebook.header.frame.right, .notebook.header.frame.right,
.notebook.header.frame.right:backdrop { .notebook.header.frame.right:backdrop {
border-top: 1px solid @border; /*border-top: 1px solid @border;
border-bottom: 1px solid @border; border-bottom: 1px solid @border;
border-right: 1px solid @border; border-right: 1px solid @border;*/
border:none;
} }
/*----- Labels -----*/ /*----- Labels -----*/