aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-3.0/options/menu-selection-rounded.css
blob: 7dd06ad0d17f66f4d81579271ce462017c2d697c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**************************************************************************************
This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
(c) 2019-2021 Virgil Mager - vvmager@gmail.com
(c) 2019-2021 Information Technology Group - http://itgroup.ro
**************************************************************************************/

menu,
.menu,
.context-menu {
  padding-top: 4px;
  padding-bottom: 4px; }

menu menuitem,
.menu menuitem,
.context-menu menuitem {
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px; }

modelbutton.flat:hover,
.menuitem.button.flat:hover,
/*menubar > menuitem:hover,
.menubar > menuitem:hover,*/
menu menuitem:hover,
.menu menuitem:hover,
.context-menu menuitem:hover {
  border-radius: 3px;
}