From 3a273072c8a73c29fb9b661ed8a13c600576414f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 5 Dec 2014 21:12:30 +0100 Subject: Removed `important` declaration from pentadactylrc * the issue this (somewhat) mitigated was fixed in upstream _pentadactyl_ --- pentadactyl/.pentadactylrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pentadactyl/.pentadactylrc') diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index b59e776..823debf 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -29,7 +29,7 @@ hi -link=s_normal,s_grayback,s_palegreenfont CompItem[selected] hi -link=s_normal,s_grayback2,s_palegreenfont CompItem:nth-child(2n+1) hi -link=s_normal,s_grayback,s_palegreenfont CompItem:nth-child(2n+1)[selected] background:#909737;color:#161616; -hi -link=s_normal,s_greenfont,s_grayback Hint font-weight:bold !important; padding:2px !important; -hi HintElem background:#a5a5a5 !important; -hi Hint[active] background:#aadb0f !important;color:#161616 !important; -hi HintActive background:#aadb0f !important; +hi -link=s_normal,s_greenfont,s_grayback Hint font-weight:bold; padding:2px; +hi HintElem background:#a5a5a5; +hi Hint[active] background:#aadb0f;color:#161616; +hi HintActive background:#aadb0f; -- cgit v1.2.3