* usr/share/themes/Lubuntu-default/

- Fix bug for the white menu items on gtk3 theme. (LP: #853172)
 - Adjust menuitems border for panel buttons.
ubuntu/bionic
Julien Lavergne 13 years ago
parent 6c6bcbf41a
commit 858c9ff681

8
debian/changelog vendored

@ -1,3 +1,11 @@
lubuntu-artwork (0.18) UNRELEASED; urgency=low
* usr/share/themes/Lubuntu-default/
- Fix bug for the white menu items on gtk3 theme. (LP: #853172)
- Adjust menuitems border for panel buttons.
-- Julien Lavergne <gilir@ubuntu.com> Sun, 18 Sep 2011 13:38:07 +0200
lubuntu-artwork (0.17) oneiric; urgency=low lubuntu-artwork (0.17) oneiric; urgency=low
* usr/share/lxdm/themes/Lubuntu * usr/share/lxdm/themes/Lubuntu

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 627 B

@ -12,7 +12,7 @@
/* menuitem */ /* menuitem */
.menuitem { .menuitem {
padding: 2; padding: 2;
border-width: 1; border-width: 0;
border-radius: 0; border-radius: 0;
text-shadow: 0 1 alpha (shade (@button_bg_color, 1.25), 0.4); text-shadow: 0 1 alpha (shade (@button_bg_color, 1.25), 0.4);
border-style: solid; border-style: solid;
@ -28,10 +28,14 @@
-unico-inner-stroke-style: none; -unico-inner-stroke-style: none;
} }
.menuitem:prelight, .menubar.menuitem:prelight {
.menuitem *:prelight { background-image: none;
color: @selected_fg_color; background-color: @menu_bg_color;
text-shadow: none; color: @menu_fg_color;
border-style: solid;
border-radius: 0;
border-width: 0;
border-color: @inactive_frame_color;
} }
.menuitem:insensitive, .menuitem:insensitive,

@ -1,6 +1,8 @@
# Theme for Lubuntu Oneiric Ocelot # Theme for Lubuntu 11.10 (oneiric ocelot)
# Author: 神癒礁湖 (Rafael Laguna) # Author: 神癒礁湖 (Rafael Laguna) · rafaellaguna@ubuntu.com
# Released under GPL. See COPYING for license. # Released under GPL3. See COPYING for license.
# For questions & feedback: lubuntu-desktop@lists.launchpad.net
# Subscribe here: https://launchpad.net/~lubuntu-desktop
[Desktop Entry] [Desktop Entry]
Type=X-GNOME-Metatheme Type=X-GNOME-Metatheme
@ -8,8 +10,6 @@ Name=lubuntu
Comment=Lubuntu desktop default theme Comment=Lubuntu desktop default theme
Encoding=UTF-8 Encoding=UTF-8
Name[ca_ES]=lubuntu
[X-GNOME-Metatheme] [X-GNOME-Metatheme]
CursorSize=24 CursorSize=24
GtkTheme=lubuntu GtkTheme=lubuntu

Loading…
Cancel
Save