Fixed a few bugs.

This commit is contained in:
Sam Hewitt 2015-03-13 14:11:17 -04:00
parent 0ca7d7feb1
commit f6667b29e3
1 changed files with 4 additions and 2 deletions

View File

@ -1241,6 +1241,7 @@ StScrollBar {
color: #555; color: #555;
background-color: #f7f7f7; background-color: #f7f7f7;
border: none; border: none;
border-width: 0px;
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: #ffffff; } background-color: #ffffff; }
@ -1281,10 +1282,11 @@ StScrollBar {
font-size: 11pt; font-size: 11pt;
width: 34em; width: 34em;
margin: 5px; margin: 5px;
border-radius: 6px; border-radius: 2px;
color: #555; color: #555;
background-color: #fff; background-color: #fff;
border: 1px solid rgba(0,0,0,0.2); border: none;
border-width: 0px;
spacing-rows: 4px; spacing-rows: 4px;
padding: 8px; padding: 8px;
spacing-columns: 10px; } spacing-columns: 10px; }