mirror of
https://github.com/He4eT/Desolate-GTK.git
synced 2026-05-04 17:37:22 +00:00
general: border-radius no more
This commit is contained in:
parent
8515e99814
commit
9a393bd73c
5 changed files with 59 additions and 61 deletions
|
|
@ -10,7 +10,7 @@ frame,
|
|||
|
||||
/* Headerbars */
|
||||
|
||||
window.background.csd{border-radius: 4.0px;}
|
||||
window.background.csd{border-radius: 0.0px;}
|
||||
|
||||
windowcontrols { border-spacing: 6px; }
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ popover.menu.background > contents .linked button:last-child{ margin-right: 4px;
|
|||
|
||||
/* Tooltips */
|
||||
|
||||
tooltip { padding: 4px; border-radius: 4.0px; box-shadow: none; }
|
||||
tooltip { padding: 4px; border-radius: 0.0px; box-shadow: none; }
|
||||
tooltip.background { background-color: alpha(black,0.9); background-clip: padding-box; border: 1px solid alpha(white,0.2); color: white; }
|
||||
tooltip > box { border-spacing: 6px; }
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ messagedialog decoration{ box-shadow: 0 2px 4px @gtk_shadow,0 0 0 1px @gtk_trans
|
|||
dialog decoration:backdrop,
|
||||
messagedialog decoration:backdrop{ box-shadow: 0 2px 4px alpha(@gtk_shadow,0.5),0 0 0 1px @gtk_transparent_borders;}
|
||||
|
||||
.csd.popup decoration {box-shadow: 0 1px 2px @gtk_menu_shadow; border-radius: 4.0px; }
|
||||
.csd.popup decoration {box-shadow: 0 1px 2px @gtk_menu_shadow; border-radius: 0.0px; }
|
||||
|
||||
.ssd decoration{box-shadow: 0 0 0 1px @gtk_transparent_borders;}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue