unity-greeter.css (1687B)
1 .lightdm.menu { 2 background-color: @menu_bg_color; 3 color: @menu_fg_color; 4 border-style: none; 5 padding: 1px; 6 } 7 8 .lightdm.menu .menuitem *, 9 .lightdm.menu .menuitem.check:active, 10 .lightdm.menu .menuitem.radio:active { 11 text-shadow: 0 1 shade (@base2_color, 0.7); 12 border-style: solid; 13 border-width: 1px 0px 1px 0px; 14 border-top-color: shade (@theme_selected_bg_color, 1.2); 15 border-bottom-color: shade (@theme_selected_bg_color, 0.70); 16 background-image: -gtk-gradient (linear, left top, left bottom, 17 from (shade (@theme_selected_bg_color, 1.1)), 18 to (shade (@theme_selected_bg_color, 0.97))); 19 color: @theme_selected_fg_color; 20 } 21 22 .lightdm.menubar { 23 background-image: url("assets/unity.png"); 24 border-top-color: alpha (shade (@theme_bg_color, 1.0), 0.88); 25 border-style: solid; 26 border-width: 0px; 27 } 28 29 .lightdm.button, 30 .lightdm.entry { 31 engine:unico; 32 background-image: none; 33 background-color: alpha (black, 0.3); 34 border-color: alpha (white, 0.6); 35 border-radius: 4px; 36 padding: 7px; 37 38 color: white; 39 text-shadow: none; 40 41 -unico-border-gradient: none; 42 -unico-inner-stroke-gradient: none; 43 -unico-inner-stroke-width: 0; 44 -unico-glow-radius: 0; 45 -unico-outer-stroke-color: alpha (white, 0.1); 46 -unico-outer-stroke-gradient: none; 47 -unico-outer-stroke-width: 1px; 48 -unico-focus-border-color: alpha (white, 0.5); 49 } 50 51 .lightdm.button:focused *, 52 .lightdm.button:selected *, 53 .lightdm.button:selected:focused *, 54 .lightdm.entry:focused *, 55 .lightdm.entry:selected *, 56 .lightdm.entry:selected:focused * { 57 engine:unico; 58 border-color: alpha (white, 0.9); 59 60 color: white; 61 62 -unico-outer-stroke-color: alpha (white, 0.15); 63 }