* usr/share/themes/Lubuntu-default:

- Fix some warnings in gtk3 theme.
ubuntu/bionic
Julien Lavergne 12 years ago
parent bde2884a82
commit 770c543469

7
debian/changelog vendored

@ -1,3 +1,10 @@
lubuntu-artwork (0.24) UNRELEASED; urgency=low
* usr/share/themes/Lubuntu-default:
- Fix some warnings in gtk3 theme.
-- Julien Lavergne <gilir@ubuntu.com> Mon, 20 Feb 2012 00:49:06 +0100
lubuntu-artwork (0.23) precise; urgency=low lubuntu-artwork (0.23) precise; urgency=low
* usr/share/icons/lubuntu/index.theme: * usr/share/icons/lubuntu/index.theme:

@ -1,5 +1,7 @@
/*
# Ozone3 theme for Lubuntu 12.04 (GPL2) by (Rafael Laguna) # Ozone3 theme for Lubuntu 12.04 (GPL2) by (Rafael Laguna)
# Inspired on Prudence/Sammy, by Андрей Твердов (Andrey Tverdov) # Inspired on Prudence/Sammy, by Андрей Твердов (Andrey Tverdov)
*/
/* Default color scheme */ /* Default color scheme */
@define-color fg_color #333333; @define-color fg_color #333333;
@ -57,9 +59,9 @@
/* For all widgets */ /* For all widgets */
* { * {
engine:unico; engine: unico;
border-width: 1; border-width: 1px;
border-radius: 2; border-radius: 2px;
border-style: none; border-style: none;
-unico-focus-fill-color: @null; -unico-focus-fill-color: @null;

@ -37,9 +37,8 @@
.menu { .menu {
background-color: #ffffff; background-color: #ffffff;
color: @fg_color; color: @fg_color;
padding: 1; padding: 1px;
border-style: solid; border-style: solid;
border-color: #666666; border-color: #666666;
border-radius: 0; border-radius: 0;
c
} }

@ -7,7 +7,7 @@
.nautilus-desktop.nautilus-canvas-item:active { .nautilus-desktop.nautilus-canvas-item:active {
background-image: none; background-image: none;
background-color: alpha (@selected_bg_color, 0.84); background-color: alpha (@selected_bg_color, 0.84);
border-radius: 2; border-radius: 2px;
color: @selected_fg_color; color: @selected_fg_color;
} }
@ -15,7 +15,7 @@
.nautilus-desktop.nautilus-canvas-item:selected { .nautilus-desktop.nautilus-canvas-item:selected {
background-image: none; background-image: none;
background-color: alpha (@selected_bg_color, 0.84); background-color: alpha (@selected_bg_color, 0.84);
border-radius: 2; border-radius: 2px;
color: @selected_fg_color; color: @selected_fg_color;
} }
@ -35,7 +35,7 @@ NautilusQueryEditor.info {
background-color: @selected_bg_color; background-color: @selected_bg_color;
border-radius: 0; border-radius: 0;
border-style: solid; border-style: solid;
border-width: 0 1 1 1; border-width: 0px 1px 1px 1px;
} }
NautilusSearchBar .entry {} NautilusSearchBar .entry {}
@ -51,9 +51,9 @@ NautilusSearchBar .entry {}
} }
NautilusFloatingBar { NautilusFloatingBar {
border-radius: 2 2 0 0; border-radius: 2px 2px 0px 0px;
border-style: solid; border-style: solid;
border-width: 1; border-width: 1px;
border-color: #9DC1E6; border-color: #9DC1E6;
background-color: @tooltip_bg_color; background-color: @tooltip_bg_color;

@ -3,13 +3,13 @@
***************/ ***************/
GtkProgressBar { GtkProgressBar {
padding: 1; padding: 1px;
border-radius: 12; border-radius: 12px;
border-style: solid; border-style: solid;
} }
GtkProgressBar.progressbar { GtkProgressBar.progressbar {
border-color: none; /*border-color: none;*/
background-image: -gtk-gradient (linear, background-image: -gtk-gradient (linear,
left top, left top,
left bottom, left bottom,

@ -8,7 +8,7 @@ GtkScale {
-GtkRange-trough-border: 0; -GtkRange-trough-border: 0;
border-style: solid; border-style: solid;
border-radius: 12; border-radius: 12px;
} }
GtkScale.slider { GtkScale.slider {
@ -68,4 +68,4 @@ GtkScale.trough.vertical {
right top, right top,
from (@trough_gr_color_a), from (@trough_gr_color_a),
to (@trough_gr_color_b)); to (@trough_gr_color_b));
} }

@ -12,7 +12,7 @@ GtkScrollbar {
-GtkRange-trough-under-steppers: 0; -GtkRange-trough-under-steppers: 0;
border-style: solid; border-style: solid;
border-radius: 6; border-radius: 6px;
} }
GtkScrollbar.trough { GtkScrollbar.trough {

@ -3,8 +3,8 @@
**********/ **********/
GtkSwitch { GtkSwitch {
padding: 1; padding: 1px;
border-radius: 12; border-radius: 12px;
border-style: solid; border-style: solid;
} }

@ -15,9 +15,9 @@
} }
.tooltip { .tooltip {
border-radius: 2 2 0 0; border-radius: 2px 2px 0px 0px;
border-style: solid; border-style: solid;
border-width: 1; border-width: 1px;
border-color: #9DC1E6; border-color: #9DC1E6;
background-color: @tooltip_bg_color; background-color: @tooltip_bg_color;
@ -35,13 +35,13 @@
GtkFrame, GtkFrame,
GtkCalendar { GtkCalendar {
padding: 2; padding: 2px;
} }
.frame { .frame {
color: lighter (@fg_color); color: lighter (@fg_color);
border-style: solid; border-style: solid;
border-width: 1; border-width: 1px;
border-color: alpha (@border_color, 0.5); border-color: alpha (@border_color, 0.5);
} }

Loading…
Cancel
Save