|
|
|
|
@ -1415,6 +1415,10 @@ headerbar button:backdrop:checked:disabled:not(.suggested-action):not(.destructi
|
|
|
|
|
background-color: #1A73E8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tiled .titlebar, .tiled-top .titlebar, .tiled-right .titlebar, .tiled-bottom .titlebar, .tiled-left .titlebar, .maximized .titlebar, .fullscreen .titlebar {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.titlebar.default-decoration {
|
|
|
|
|
background-color: #2C2C2C;
|
|
|
|
|
min-height: 22px;
|
|
|
|
|
@ -3951,7 +3955,6 @@ window.csd {
|
|
|
|
|
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
|
|
|
|
|
border-radius: 18px;
|
|
|
|
|
box-shadow: 0 8px 6px -5px rgba(0, 0, 0, 0.2), 0 16px 14.4px 2px rgba(0, 0, 0, 0.14), 0 6px 18px 5px rgba(0, 0, 0, 0.12), 0 16px 14.4px 2px transparent, 0 6px 18px 5px transparent;
|
|
|
|
|
margin: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.csd:backdrop {
|
|
|
|
|
|