Fixed a few bugs.

This commit is contained in:
Sam Hewitt 2015-03-13 14:01:00 -04:00
parent a2d2c52418
commit a647a2647a
1 changed files with 6 additions and 2 deletions

View File

@ -575,7 +575,8 @@ StScrollBar {
#panel { #panel {
background-color: #454d50; background-color: #454d50;
font-weight: bold; font-weight: bold;
height: 1.86em; } height: 1.86em;
text-shadow:none;}
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen { #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
background-color: transparent; } background-color: transparent; }
#panel #panelLeft, #panel #panelCenter { #panel #panelLeft, #panel #panelCenter {
@ -608,7 +609,9 @@ StScrollBar {
box-shadow: inset 0 -2px 0px #9FB0B9; box-shadow: inset 0 -2px 0px #9FB0B9;
background-image: none; background-image: none;
background-gradient-direction: none; background-gradient-direction: none;
color: white; } color: white;
text-shadow:none;
icon-shadow:none; }
#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon {
icon-shadow: black 0 2px 2px; } icon-shadow: black 0 2px 2px; }
#panel .panel-button .system-status-icon { #panel .panel-button .system-status-icon {
@ -1062,6 +1065,7 @@ StScrollBar {
.app-view-control { .app-view-control {
padding: 4px 32px; padding: 4px 32px;
border-width: 0px;
color: #fff; } color: #fff; }
.app-view-control:checked { .app-view-control:checked {
color: #dbdee0; color: #dbdee0;