Why does Radiance have GtkLabel while Ambiance doesn't?
Asked by
Augustine Souza
I was looking at the gtk-widgets.css files in Ambiance and Radiance (/usr/share/
Ambiance:
.notebook tab:active { color: @fg_color; }
.notebook tab { color: shade (@bg_color, 0.48); }
Radiance:
.notebook tab GtkLabel:active { color: @fg_color; }
.notebook tab GtkLabel { color: shade (@bg_color, 0.48); }
Radiance has GtkLabel but Ambiance doesn't. My question is: what is the significance of GtkLabel, and why does one theme (Radiance) have it and the other (Ambiance) doesn't?
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Augustine Souza for more information if necessary.
To post a message you must log in.