Refiined gs theme notifications

This commit is contained in:
Sam Hewitt 2015-03-11 02:46:47 -04:00
parent 47714dbdd8
commit 2c1a0c7a0e
1 changed files with 15 additions and 15 deletions

View File

@ -1168,15 +1168,15 @@ StScrollBar {
font-size: 11pt;
width: 34em;
margin: 5px;
border-radius: 6px;
color: #dbdee0;
background-color: #454d50;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 3px;
color: #555;
background-color: #f7f7f7;
border: none;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); }
.notification-banner:hover {
background-color: #515a5e; } 0 0 6
background-color: #ffffff; }
.notification-banner:focus {
background-color: #515a5e; }
background-color: #ffffff; }
.notification-banner .notification-icon {
padding: 5px; }
.notification-banner .notification-content {
@ -1185,24 +1185,24 @@ StScrollBar {
.notification-banner .secondary-icon {
icon-size: 1.09em; }
.notification-banner .notification-actions {
background-color: #454d50;
background-color: #ffffff;
padding-top: 0px;
spacing: 1px; }
.notification-banner .notification-button {
border: none;
padding: 4px 4px 5px;
border-top-width: 1px;
color: #dbdee0;
background-color: #5d676b;
border-color: #394042;
border-radius: 0 0 6px 6px;
color: #555;
background-color: #f7f7f7;
border-color: rgba(0,0,0,0.2);
border-radius: 0 0 3px 3px;
box-shadow: inset 0 1px rgba(255,255,255,0.1);}
.notification-banner .notification-button:first-child {
border-radius: 0 0 0 6px; }
border-radius: 0 0 0 3px; }
.notification-banner .notification-button:last-child {
border-radius: 0 0 6px 0; }
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus {
background-color: #697479; }
border-radius: 0 0 3px 0; }
.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus, .notification-banner .notification-button:focus {
background-color: #f3f3f3; }
.notification {
font-size: 11pt;