firefox-browser-css.patch
changeset 680 be770d3cbc02
parent 650 e8c83b144fd1
equal deleted inserted replaced
676:ed32bb3eb2f0 680:be770d3cbc02
     7 https://bugzilla.novell.com/show_bug.cgi?id=561027
     7 https://bugzilla.novell.com/show_bug.cgi?id=561027
     8 
     8 
     9 diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
     9 diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css
    10 --- a/browser/themes/linux/browser.css
    10 --- a/browser/themes/linux/browser.css
    11 +++ b/browser/themes/linux/browser.css
    11 +++ b/browser/themes/linux/browser.css
    12 @@ -1026,16 +1026,30 @@ toolbar[iconsize="small"] #feed-button {
    12 @@ -980,16 +980,30 @@ toolbar[iconsize="small"] #webrtc-status
    13  
       
    14  #urlbar-display {
       
    15    margin-top: 0;
    13    margin-top: 0;
    16    margin-bottom: 0;
    14    margin-bottom: 0;
    17    -moz-margin-start: 0;
    15    -moz-margin-start: 0;
    18    color: GrayText;
    16    color: GrayText;
    19  }
    17  }
       
    18  
       
    19  %include ../shared/identity-block.inc.css
    20  
    20  
    21 +#PopupAutoCompleteRichResult .autocomplete-richlistitem {
    21 +#PopupAutoCompleteRichResult .autocomplete-richlistitem {
    22 +  background-color: -moz-Field !important;
    22 +  background-color: -moz-Field !important;
    23 +}
    23 +}
    24 +
    24 +
    30 +
    30 +
    31 +.ac-title {
    31 +.ac-title {
    32 +  color: -moz-Fieldtext !important;
    32 +  color: -moz-Fieldtext !important;
    33 +}
    33 +}
    34 +
    34 +
    35  /* Favicon */
       
    36  #page-proxy-favicon {
    35  #page-proxy-favicon {
    37    width: 16px;
       
    38    height: 16px;
       
    39    margin-top: 2px;
    36    margin-top: 2px;
    40    margin-bottom: 2px;
    37    margin-bottom: 2px;
    41    -moz-margin-start: 4px;
    38    -moz-margin-start: 4px;
    42    -moz-margin-end: 3px;
    39    -moz-margin-end: 3px;
       
    40    -moz-image-region: rect(0, 16px, 16px, 0);
       
    41  }
       
    42