/************************************************************************************** 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 **************************************************************************************/ style "menu" { xthickness = 1 ythickness = 1 } style "menu_item" { bg[SELECTED] = shade(1.0, @selected_bg_color) engine "murrine" { border_shades = { 1.15, 0.95 } gradient_shades = { 1.3, 1.2, 1.2, 1.0 } } } style "combo_menu_item" { bg[SELECTED] = shade(1.0, @selected_bg_color) } include "menubar-selection-rounded.css" style "menubar_item" { engine "murrine" { border_shades = { 1.15, 1.0 } gradient_shades = { 1.2, 1.05, 1.05, 0.95 } } }