|
|
|
|
@ -1493,7 +1493,7 @@ headerbar {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
border-radius: 16px 16px 0 0;
|
|
|
|
|
background-color: #2C2C2C;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
headerbar:disabled {
|
|
|
|
|
@ -1502,7 +1502,7 @@ headerbar:disabled {
|
|
|
|
|
|
|
|
|
|
headerbar:backdrop {
|
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
background-color: #2C2C2C;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
headerbar:backdrop:disabled {
|
|
|
|
|
@ -1719,6 +1719,8 @@ headerbar .selection-mode {
|
|
|
|
|
headerbar.default-decoration {
|
|
|
|
|
min-height: 22px;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
background-image: none;
|
|
|
|
|
background-color: #2C2C2C;
|
|
|
|
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -4423,6 +4425,11 @@ window.csd.maximized, window.csd.fullscreen, window.csd.tiled, window.csd.tiled-
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.background {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
background-image: linear-gradient(to bottom, #2C2C2C, #2C2C2C 40px, #212121 40px, #212121);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window:backdrop {
|
|
|
|
|
box-shadow: 0 2px 2.4px -1px rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 16px 14.4px 2px transparent, 0 6px 18px 5px transparent;
|
|
|
|
|
}
|
|
|
|
|
@ -4947,10 +4954,6 @@ window.dialog > box > stack > box > box > notebook.frame {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.background > contents > leaflet stack.background {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.history-view {
|
|
|
|
|
background-color: #2C2C2C;
|
|
|
|
|
}
|
|
|
|
|
@ -6003,17 +6006,29 @@ tabbox:drop(active) {
|
|
|
|
|
|
|
|
|
|
leaflet {
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
leaflet, leaflet:backdrop {
|
|
|
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
leaflet leaflet {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
outline: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
leaflet leaflet, leaflet leaflet:backdrop {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
leaflet headerbar {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
leaflet leaflet {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
outline: none;
|
|
|
|
|
leaflet stack.background {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
leaflet > box > scrolledwindow > viewport > widget > stack {
|
|
|
|
|
|