* 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
* usr/share/icons/lubuntu/index.theme:

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

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

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

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

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

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

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

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

Loading…
Cancel
Save