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