Skip to content

Commit

Permalink
url dropdown change.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed May 15, 2021
1 parent c04b781 commit 9a99138
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 21 deletions.
22 changes: 22 additions & 0 deletions IE6/chrome/image/dropdown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 8 additions & 21 deletions IE6/chrome/urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@
animation-name: none !important;
border: none !important;
animation: none !important;
border-radius: 0 !important;
background-image: url("image/comboboxbutton.png") !important;
background-image: url("image/dropdown.svg#dropdown") !important;
background-repeat: no-repeat !important;
padding: 0px !important;
background-position: right center !important;
box-shadow: none !important;
background-color: @base_color !important;
border: solid !important;
border: solid 1px #5d616e !important;
border-radius: 0 !important;
border-width: 2px 2px 2px 2px !important;
border-image: url("image/combobox.png") !important;
border-image-slice: 2 2 2 2 !important;
min-height: 25px !important;
height: 25px !important;
}
Expand All @@ -34,19 +30,17 @@
padding: 0px !important;
box-shadow: none !important;
background-color: @base_color !important;
border: solid !important;
border: solid 1px #5d616e !important;
border-radius: 0 !important;
border-width: 2px 2px 2px 2px !important;
border-image: url("image/combobox.png") !important;
border-image-slice: 2 2 2 2 !important;
min-height: 25px !important;
height: 25px !important;
}

#urlbar[open] > #urlbar-background {
background-image: url("image/comboboxbutton_pressed.png") !important;
background-repeat: no-repeat !important;
background-position: right center !important;
.searchbar-search-button {
background: linear-gradient(180deg, rgb(221, 227, 235) 0%, rgb(177, 189, 201) 100%);
border-right: 1px solid #5d616e;
margin-right: 5px;
margin-left: -2px;
}

#page-action-buttons {
Expand Down Expand Up @@ -107,10 +101,3 @@
#identity-box {
padding-inline-start: 4px !important;
}

.searchbar-search-button {
background: linear-gradient(180deg, rgb(221, 227, 235) 0%, rgb(177, 189, 201) 100%);
border-right: 1px solid black;
margin-right: 5px;
margin-left: -2px;
}

0 comments on commit 9a99138

Please sign in to comment.