Fixed a few bugs.

This commit is contained in:
Sam Hewitt 2015-03-13 14:02:37 -04:00
parent a647a2647a
commit e0fe0c9bc3
1 changed files with 4 additions and 2 deletions

View File

@ -602,8 +602,10 @@ StScrollBar {
-st-icon-style: symbolic;
margin-left: 4px;
margin-right: 4px; }
#panel .panel-button:hover {
color: white; }
#panel .panel-button:hover,#panel .panel-button:overview:hover {
color: white;
text-shadow:none;
icon-shadow:none; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
background-color: rgba(0,0,0,0.01);
box-shadow: inset 0 -2px 0px #9FB0B9;