Fixed a few syntax errors.

This commit is contained in:
Sam Hewitt 2015-03-01 15:01:45 -05:00
parent de655ddaa6
commit d580e5c976
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
.notebook.header {
border: none;
background-color: shade(@background, 0.9);
background-color: @background;
}
.notebook.frame {
@ -89,7 +89,7 @@
.notebook tab {
border: none;
border-radius: 0;
background: shade(@background, 0.9);;
background: @background;
color: @foreground;
}
@ -100,7 +100,7 @@
.notebook tab:active {
border: none;
background: shade(@background, 0.9);;
background: @background;
color: @foreground;
}

View File

@ -266,7 +266,7 @@ GtkIconView.content-view.check:selected {
border-width: 0 0 1px 1px;
background-image: none;
background-color:@base;;
background-color:@base;
border-color: @border;
}