summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-05-07 15:14:13 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-05-09 09:54:09 +0200
commit68017efb3caa801b733090f5b8085afc315ef529 (patch)
treefc7605ad92c7460a942206c60cee0f82f0801e79
parentMSForms: stop propagation of mouse events for the drop down button. (diff)
downloadonline-68017efb3caa801b733090f5b8085afc315ef529.tar.gz
online-68017efb3caa801b733090f5b8085afc315ef529.zip
MSForms: remove weird blue border dispalyed around the drop down button.
Change-Id: Iddb696f10d9eb5364904021dd50431e11efc8dfb
-rw-r--r--loleaflet/css/loleaflet.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index b2dc2e8cba..227658acb9 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -547,6 +547,7 @@ body {
.form-field-button:hover, .form-field-button:focus {
background: #DDDDDD;
+ outline: 0;
}
.form-field-button-image {