diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-22 12:14:05 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-22 12:14:05 +0200 |
commit | be93f4a38fe421be6efe84c39cc33ae92d61c31a (patch) | |
tree | def822dc0a6573b42f04646d846843c17493ce0c /application/palemoon/base/content/newtab/newTab.css | |
parent | cadeea97bbefe42f89d16a4678fdc382c7b74bcd (diff) | |
download | UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.tar UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.tar.gz UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.tar.lz UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.tar.xz UXP-be93f4a38fe421be6efe84c39cc33ae92d61c31a.zip |
Prevent the Quickdial page from stealing focus from the address bar.
Diffstat (limited to 'application/palemoon/base/content/newtab/newTab.css')
-rw-r--r-- | application/palemoon/base/content/newtab/newTab.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/application/palemoon/base/content/newtab/newTab.css b/application/palemoon/base/content/newtab/newTab.css index dad447ef4..a5431cf65 100644 --- a/application/palemoon/base/content/newtab/newTab.css +++ b/application/palemoon/base/content/newtab/newTab.css @@ -267,8 +267,7 @@ input[type=button] { } #searchText[keepfocus], -#searchText:focus, -#searchText[autofocus] { +#searchText:focus { border-color: hsla(216,100%,60%,.6) hsla(216,76%,52%,.6) hsla(214,100%,40%,.6); } @@ -299,14 +298,12 @@ input[type=button] { } #searchText:focus + #searchSubmit, -#searchText + #searchSubmit:hover, -#searchText[autofocus] + #searchSubmit { +#searchText + #searchSubmit:hover { border-color: #5985fc #4573e7 #3264d5; } #searchText:focus + #searchSubmit, -#searchText[keepfocus] + #searchSubmit, -#searchText[autofocus] + #searchSubmit { +#searchText[keepfocus] + #searchSubmit { box-shadow: 0 1px 0 hsla(0,0%,100%,.2) inset, 0 0 0 1px hsla(0,0%,100%,.1) inset, 0 1px 0 hsla(220,54%,20%,.03); |