Added basic breeze-gtk theme compat
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
.notification-row {
|
.notification-row {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.notification-row:focus {
|
.notification-row:focus,
|
||||||
|
.notification-row:hover {
|
||||||
background: @bg-focus;
|
background: @bg-focus;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -32,8 +33,9 @@
|
|||||||
background: black;
|
background: black;
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
padding: 0;
|
padding: 0 2px;
|
||||||
box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
|
||||||
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
.close-button:hover {
|
.close-button:hover {
|
||||||
background: rgb(30, 30, 30);
|
background: rgb(30, 30, 30);
|
||||||
@@ -43,6 +45,7 @@
|
|||||||
.notification-default-action,
|
.notification-default-action,
|
||||||
.notification-action {
|
.notification-action {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
margin: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: @bg;
|
background: @bg;
|
||||||
border: 1px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
|
Reference in New Issue
Block a user