summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorServail <servail.mir@users.noreply.github.com>2019-07-10 13:43:22 +0400
committerServail <servail.mir@users.noreply.github.com>2019-07-10 13:43:22 +0400
commit62f80ec0344b181324607f49756c9a71d6f1882e (patch)
tree86b0feb25e85b9c1a9f80dc60c7fb538f24f02db
parent511ecf28e4b564ad9092c88b7e07bf9de614231a (diff)
Update browser.css
-rw-r--r--src/chrome/browser/browser.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css
index 6493ce6..4fd1f4f 100644
--- a/src/chrome/browser/browser.css
+++ b/src/chrome/browser/browser.css
@@ -841,10 +841,10 @@ toolbar:not([brighttext]) #tabview-button {
841#urlbar, 841#urlbar,
842.searchbar-textbox { 842.searchbar-textbox {
843 -moz-appearance: none; 843 -moz-appearance: none;
844 margin: 0px;/* 1px 3px; */ 844 margin: 0px;
845 padding: 0px;/* 2px; */ 845 padding: 0px;
846 background-clip: padding-box; 846 background-clip: padding-box;
847 border: 1px solid; 847 border: none;
848 border-color: rgba(32,32,32,1); 848 border-color: rgba(32,32,32,1);
849 border-radius: 0px; 849 border-radius: 0px;
850 background-color: rgb(0,0,0); 850 background-color: rgb(0,0,0);