Project

General

Profile

Actions

Bug #6448

closed

Mousing over aliases on disabled rules makes hint difficult to read

Added by Chris Linstruth almost 8 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Jared Dillard
Category:
Web Interface
Target version:
Start date:
06/04/2016
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.1
Affected Architecture:

Description

Mousing over aliases and other elements in a firewall rule set pops up a hint showing the contents of the alias.

Doing so on a disabled rule causes the popover to use the same translucency as the disabled rule creating a hard-to-read result.

Should consider making popovers 100% opaque even on disabled rules. I don't know if an opaque popover is ever desired.


Files

Screen Shot 2016-06-04 at 9.08.04 AM.png (30.6 KB) Screen Shot 2016-06-04 at 9.08.04 AM.png alias popover Chris Linstruth, 06/04/2016 11:12 AM
Screen Shot 2016-06-04 at 9.45.14 AM.png (36 KB) Screen Shot 2016-06-04 at 9.45.14 AM.png statistics popover Chris Linstruth, 06/04/2016 11:47 AM
Actions #1

Updated by Renato Botelho almost 8 years ago

  • Assignee set to Jared Dillard
Actions #2

Updated by Chris Buechler almost 8 years ago

  • Target version changed from 2.3.2 to 2.4.0
Actions #3

Updated by Alex JOST over 7 years ago

The opacity of the popover is inherited from the parent element. AFAIK there is no easy way to avoid inheritence of opacity. Propably the easiest solution would be to change the visibility of the text.

tr.disabled th,
tr.disabled td {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
}

tr.disabled td .popover {
    color: rgba(0, 0, 0, 1);
}

Actions #4

Updated by Anonymous about 7 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #5

Updated by Jared Dillard about 7 years ago

Actions #6

Updated by Chris Linstruth about 7 years ago

Looks good here. Thanks!

Actions #7

Updated by Jim Pingle about 7 years ago

  • Status changed from Feedback to Resolved
Actions #8

Updated by Jim Pingle about 7 years ago

  • Target version changed from 2.4.0 to 2.3.3
Actions

Also available in: Atom PDF