summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inkscape.cpp2
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 1871bff85..cf19e6f97 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -426,7 +426,7 @@ Application::add_gtk_css()
// Use in case the special widgets have inverse theme background and symbolic
int colorset_inverse = colorset ^ 0xffffff00;
sp_svg_write_color(colornamed_inverse, sizeof(colornamed_inverse), colorset_inverse);
- css_str += "SPRuler, ruler-widget,";
+ css_str += "SPRuler, ruler-widget, #InkRuler, ";
css_str += ".bright image, .dark image";
css_str += "{color:";
css_str += colornamed;
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 98f60f89b..0fc56aef6 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -657,7 +657,7 @@ void InkscapePreferences::symbolicStyling()
// Use in case the special widgets have inverse theme background and symbolic
int colorset_inverse = colorset ^ 0xffffff00;
sp_svg_write_color(colornamed_inverse, sizeof(colornamed_inverse), colorset_inverse);
- css_str += "SPRuler, ruler-widget,";
+ css_str += "SPRuler, ruler-widget, #InkRuler, ";
css_str += ".bright image, .dark image";
css_str += "{color:";
css_str += colornamed;