firefox-browser-css.patch
changeset 438 7d934b2f5014
parent 409 ff30593d2daa
child 650 e8c83b144fd1
equal deleted inserted replaced
435:df9c4a6e84f8 438:7d934b2f5014
     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/gnomestripe/browser.css b/browser/themes/gnomestripe/browser.css
     9 diff --git a/browser/themes/gnomestripe/browser.css b/browser/themes/gnomestripe/browser.css
    10 --- a/browser/themes/gnomestripe/browser.css
    10 --- a/browser/themes/gnomestripe/browser.css
    11 +++ b/browser/themes/gnomestripe/browser.css
    11 +++ b/browser/themes/gnomestripe/browser.css
    12 @@ -1016,16 +1016,30 @@ toolbar[iconsize="small"] #feed-button {
    12 @@ -1026,16 +1026,30 @@ toolbar[iconsize="small"] #feed-button {
    13  }
       
    14  
    13  
    15  #urlbar-display {
    14  #urlbar-display {
    16    margin-top: 0;
    15    margin-top: 0;
    17    margin-bottom: 0;
    16    margin-bottom: 0;
       
    17    -moz-margin-start: 0;
    18    color: GrayText;
    18    color: GrayText;
    19  }
    19  }
    20  
    20  
    21 +#PopupAutoCompleteRichResult .autocomplete-richlistitem {
    21 +#PopupAutoCompleteRichResult .autocomplete-richlistitem {
    22 +  background-color: -moz-Field !important;
    22 +  background-color: -moz-Field !important;
    34 +
    34 +
    35  /* Favicon */
    35  /* Favicon */
    36  #page-proxy-favicon {
    36  #page-proxy-favicon {
    37    width: 16px;
    37    width: 16px;
    38    height: 16px;
    38    height: 16px;
    39    margin: 2px 4px;
    39    margin-top: 2px;
    40  }
    40    margin-bottom: 2px;
    41  
    41    -moz-margin-start: 4px;
    42  #page-proxy-favicon:not([src]) {
    42    -moz-margin-end: 3px;