[gnome-taquin: 1/2] Renamed deprecated classes and properties in css file.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-taquin: 1/2] Renamed deprecated classes and properties in css file.
- Date: Mon, 7 Jan 2019 14:30:43 +0000 (UTC)
commit 6531924ab1bb29d2a00ecd1f7ce432230ff3c9fa
Author: Andrés Fernández <andres softwareperonista com ar>
Date: Wed Oct 10 11:50:07 2018 -0300
Renamed deprecated classes and properties in css file.
When running the application on a terminal three GtkWarning are shown due to the use of the deprecated
outline-radius property and :prelight pseudo-class in data/taquin.css. Those were changed to the actual names
in this commit.
Signed-off-by: Andrés Fernández <andres softwareperonista com ar>
data/taquin.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/taquin.css b/data/taquin.css
index 12c0abc..969682b 100644
--- a/data/taquin.css
+++ b/data/taquin.css
@@ -46,7 +46,7 @@ button.radio-like-toggle:backdrop {
GtkModelButton.radio-like-toggle,
GtkMenuButton.menubutton-like-combo {
border-radius:15px;
- outline-radius:13px;
+ -gtk-outline-radius:13px;
}
button.radio-like-toggle,
button.menubutton-like-combo {
@@ -55,14 +55,14 @@ button.menubutton-like-combo {
}
GtkMenuButton.menubutton-like-combo:checked,
-GtkMenuButton.menubutton-like-combo:prelight,
+GtkMenuButton.menubutton-like-combo:hover,
button.menubutton-like-combo:checked,
button.menubutton-like-combo:hover {
color:#2e3436; /* gtk-contained.css’ theme_fg_color */
background:-gtk-gradient (radial, center center, 0, center center, 0.5, from(rgba (255, 255, 255, 1)),
to(rgba (255, 255, 255, 0)));
}
GtkMenuButton.menubutton-like-combo:checked:backdrop,
-GtkMenuButton.menubutton-like-combo:prelight:backdrop,
+GtkMenuButton.menubutton-like-combo:hover:backdrop,
button.menubutton-like-combo:checked:backdrop,
button.menubutton-like-combo:hover:backdrop {
color:@theme_unfocused_fg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]