Commit 56e41f2e authored by Erik Reider's avatar Erik Reider

Added basic breeze-gtk theme compat

parent 9aae9c92
...@@ -11,7 +11,8 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment