Added !important to hint styles
Prevents websites from overriding hint styles
This commit is contained in:
parent
c4619874e6
commit
82ee78b3db
@ -281,8 +281,8 @@ class HintManager(QObject):
|
|||||||
('position', 'absolute !important'),
|
('position', 'absolute !important'),
|
||||||
('color', config.get('colors', 'hints.fg') + ' !important'),
|
('color', config.get('colors', 'hints.fg') + ' !important'),
|
||||||
('background', config.get('colors', 'hints.bg') + ' !important'),
|
('background', config.get('colors', 'hints.bg') + ' !important'),
|
||||||
('font', config.get('fonts', 'hints')) + ' !important',
|
('font', config.get('fonts', 'hints') + ' !important'),
|
||||||
('border', config.get('hints', 'border')) + ' !important',
|
('border', config.get('hints', 'border') + ' !important'),
|
||||||
('opacity', str(config.get('hints', 'opacity')) + ' !important'),
|
('opacity', str(config.get('hints', 'opacity')) + ' !important'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user