[panel] fix button corners: they should only be rounded on the top

This commit is contained in:
Dan Winship 2010-05-20 12:05:22 -04:00
parent c8f4adde7f
commit 5bd7b0dc31

View File

@ -116,7 +116,7 @@ StTooltip {
.panel-button:pressed {
background-color: rgba(50,76,111,0.98);
border-radius: 4px;
border-radius: 4px 4px 0px 0px;
}
.panel-menu-boxpointer {