New switch assets & style.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user