[gnome-themes-standard] Adwaita: Fix a typo
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Adwaita: Fix a typo
- Date: Tue, 8 Mar 2011 13:48:26 +0000 (UTC)
commit fc6c05dbda865cc98b44f3c09701121698d38210
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Mar 8 14:38:17 2011 +0100
Adwaita: Fix a typo
The decimal separator is '.', not ',' - the error used to be ignored,
but the CSS parser in GTK+ got stricter, causing the theme to fail.
themes/Adwaita/gtk-3.0/gtk.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index b7d0e0b..873a571 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -548,7 +548,7 @@ GtkComboBox .button {
left top, left bottom,
from (@theme_bg_color),
color-stop (0.45, shade (@theme_bg_color, 0.97)),
- to (shade (@theme_bg_color, 0,99));
+ to (shade (@theme_bg_color, 0.99));
border-width: 0;
border-style: none;
padding: 4;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]