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/themes/theme_name/gtk-3.0/) after the latest light-themes update. One difference I noted in the section titled notebook is given below.

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
For:
Ubuntu light-themes Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

I suggeest you report a bug

Revision history for this message
Augustine Souza (aesouza2008) said :
#2

If some one from the project thinks that it is "intended", then reporting it wouldn't be necessary.

I don't know enough about themes except to be able to spot the difference.

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.