clean 🫠

This commit is contained in:
Luca 2023-02-05 03:06:17 +01:00
parent d3435e53a4
commit d16174b447
9565 changed files with 0 additions and 1315422 deletions

View file

@ -1,37 +0,0 @@
/*********************
* app notifications *
*********************/
.app-notification {
border-style: solid;
border-color: shade(@header_bg_color, 0.9);
border-width: 0 1px 1px 1px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 8px;
background-color: alpha(@header_bg_color,0.95);
background-image: none;
color: @header_fg_color;
}
.app-notification .button,
.app-notification .button:hover {
background-color: @cyan;
color: @selected_fg_color;
}
.app-notification .button:active,
.app-notification .button:hover:active {
background-color: shade(@cyan,0.9);
color: @selected_fg_color;
}
.app-notification .button.flat {
background-color: transparent;
color: @header_fg_color;
}
.app-notification .button.flat:hover,
.app-notification .button.flat:hover:active {
background-color: transparent;
color: @red;
}