theme: Make sure to select the summary source item when showing the box pointer

This commit is contained in:
Jasper St. Pierre 2012-08-16 13:38:22 -04:00
parent fe8e62c6a8
commit 7a6b2abfeb

View File

@ -1408,7 +1408,8 @@ StButton.popup-menu-item:insensitive {
background-color: rgba(255,255,255,0.1);
}
.summary-source-button:focus {
.summary-source-button:focus,
.summary-source-button:selected {
background-color: rgba(255,255,255,0.33);
}