firefox-browser-css.patch
changeset 726 cc8d77a6a0b6
parent 725 b688c34894ee
child 727 727fef76f8d7
equal deleted inserted replaced
725:b688c34894ee 726:cc8d77a6a0b6
     1 From: Jakub Steiner <jimmac@novell.com>, Wolfgang Rosenauer <wr@rosenauer.org
       
     2 Subject: make style compatible with dark themes
       
     3 References:
       
     4 https://bugzilla.novell.com/show_bug.cgi?id=503351
       
     5 https://bugzilla.mozilla.org/show_bug.cgi?id=478632
       
     6 wr: changed because of
       
     7 https://bugzilla.novell.com/show_bug.cgi?id=561027
       
     8 
       
     9 diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
       
    10 --- a/browser/themes/linux/browser.css
       
    11 +++ b/browser/themes/linux/browser.css
       
    12 @@ -980,16 +980,30 @@ toolbar[iconsize="small"] #webrtc-status
       
    13    margin-top: 0;
       
    14    margin-bottom: 0;
       
    15    -moz-margin-start: 0;
       
    16    color: GrayText;
       
    17  }
       
    18  
       
    19  %include ../shared/identity-block.inc.css
       
    20  
       
    21 +#PopupAutoCompleteRichResult .autocomplete-richlistitem {
       
    22 +  background-color: -moz-Field !important;
       
    23 +}
       
    24 +
       
    25 +#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"],
       
    26 +#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] * {
       
    27 +  color: HighlightText !important;
       
    28 +  background: Highlight !important;
       
    29 +}
       
    30 +
       
    31 +.ac-title {
       
    32 +  color: -moz-Fieldtext !important;
       
    33 +}
       
    34 +
       
    35  #page-proxy-favicon {
       
    36    margin-top: 2px;
       
    37    margin-bottom: 2px;
       
    38    -moz-margin-start: 4px;
       
    39    -moz-margin-end: 3px;
       
    40    -moz-image-region: rect(0, 16px, 16px, 0);
       
    41  }
       
    42