~elementary-design/egtk/egtk-2a

« back to all changes in this revision

Viewing changes to gtk-3.0/popover.css

  • Committer: Daniel Foré
  • Author(s): Andrea Basso
  • Date: 2012-07-17 18:47:41 UTC
  • mfrom: (515.1.2 egtk)
  • Revision ID: daniel@elementaryos.org-20120717184741-g584leco4y89hi31
slingshot hovers are different from keyboard selection

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
                     to (alpha (#000, 0.00)));
118
118
}
119
119
 
120
 
.app:hover,
 
120
.app:hover {
 
121
 
 
122
    background-color: alpha (#000, 0.08);
 
123
    
 
124
}
121
125
.app:focus {
122
126
 
123
 
    background-color: alpha (#000, 0.15);
 
127
    background-color: alpha (#000, 0.20);
124
128
 
125
129
}
126
130