Bug #11311

The description of the selected option in the new Greeter's "Add Additional Setting" window is barely visible

Added by segfault 2016-04-03 21:34:49 . Updated 2016-08-24 00:46:40 .

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
2016-04-03
Due date:
% Done:

100%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

When I click on the “+” button in the Additional Settings section then
the “Add Additional Setting” window opens and the topmost item (i.e.
“Administrative Account”) is selected and thus completely blue. The
description (i.e. “Perform Administrative Tasks”) has a gray font that I
find barely visible on the blue background.


Subtasks


History

#1 Updated by alant 2016-08-15 10:27:54

  • Status changed from New to Confirmed
  • Assignee set to alant

We should override the CSS for this, if possible without introducing an hardcoded color.

#2 Updated by alant 2016-08-15 12:23:14

This should be added to the custom CSS:

:selected GtkLabel:insensitive {
color: inherit;
}

#3 Updated by alant 2016-08-15 13:04:55

  • Status changed from Confirmed to In Progress
  • QA Check set to Ready for QA

#4 Updated by alant 2016-08-16 04:16:11

  • Status changed from In Progress to Resolved
  • QA Check changed from Ready for QA to Pass

#5 Updated by alant 2016-08-16 09:56:44

  • % Done changed from 0 to 100

#6 Updated by intrigeri 2016-08-24 00:46:40

  • Assignee deleted (alant)