[gimp/wip/akkana/Light-theme] Light theme:
- From: Akkana Peck <akkana src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/akkana/Light-theme] Light theme:
- Date: Wed, 10 Aug 2022 23:29:16 +0000 (UTC)
commit 7008c2ea77242674816799c6eeb4d5f9d5547580
Author: Akkana Peck <akkana shallowsky com>
Date: Wed Aug 10 17:28:33 2022 -0600
Light theme:
add a comment about the thick black border around scrolled parts
of dialogs.
themes/Light/gimp.css | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/themes/Light/gimp.css b/themes/Light/gimp.css
index b5577321d3..01094d51b6 100644
--- a/themes/Light/gimp.css
+++ b/themes/Light/gimp.css
@@ -8,6 +8,21 @@
Styling the interior of the Reload button to match the mysterious
background color has an unfortunate result of styling lots of
other areas in unfortunate ways.
+ - Thick black frame around the scrolled part of the Procedure Browser.
+ According to GtkInspector this is scrolledwindow viewport.frame
+ but it doesn't respond to color, background, background-color,
+ outline-color or text-decoration-color.
+ scrolledwindow viewport.frame * can get what's inside the frame
+ (also affects tool options), but doesn't affect the frame.
+
+scrolledwindow viewport.frame {
+ color: yellow;
+ background: yellow;
+ background-color: yellow;
+ outline-color: yellow;
+ text-decoration-color: green;
+ border-color: pink;
+}
*/
/* Hint for debugging themes:
@@ -25,7 +40,7 @@
*/
color: black;
}
-
+\
#image-menubar, GtkImageMenuItem {
background-color: rgb(235,235,235);
color: black;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]