mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
css: Re-add rule lost in commit fd256b6
This commit is contained in:
parent
58dbd285fc
commit
04fb688f7d
1 changed files with 7 additions and 0 deletions
|
|
@ -803,6 +803,13 @@ StScrollBar StButton#vhandle:hover
|
|||
transition-duration: 100;
|
||||
}
|
||||
|
||||
.app-well-app:focus > .overview-icon,
|
||||
.search-result-content:focus > .overview-icon,
|
||||
.app-well-app:selected > .overview-icon,
|
||||
.search-result-content:selected > .overview-icon {
|
||||
background-color: rgba(255,255,255,0.33);
|
||||
}
|
||||
|
||||
/* LookingGlass */
|
||||
|
||||
#LookingGlassDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue