New switch assets & style.

This commit is contained in:
Sam Hewitt
2015-03-15 11:03:04 -04:00
parent 1c107d44c4
commit 998f43106e
29 changed files with 3561 additions and 37 deletions

View File

@@ -79,11 +79,6 @@ NautilusWindow .dynamic-notebook tab.right:active {
box-shadow:inset 3px 0 0 0 @nautilus;
}
.nautilus-circular-button,
.button .image-button .nautilus-circular-button {
border-radius: 50%;
}
.nautilus-canvas-item {
border-radius: 5px;
}
@@ -128,33 +123,6 @@ NautilusWindow .dynamic-notebook tab.right:active {
outline-radius: 20px;
}
/* Floating status bar */
.floating-bar {
padding: 2px;
background-color: @background;
border-width: 1px;
border-style: solid solid none;
border-color: @border;
border-radius: 3px 3px 0 0;
}
.floating-bar.bottom.left { /* axes left border and border radius */
border-left-style: none;
border-top-left-radius: 0;
}
.floating-bar.bottom.right { /* axes right border and border radius */
border-right-style: none;
border-top-right-radius: 0;
}
.floating-bar:backdrop {
background-color: @backdrop_background;
border-color: @backdrop_border;
}
.floating-bar .button {
padding: 4px;
}
.search-bar {
box-shadow: none;