diff --git a/media/css/seahub.css b/media/css/seahub.css index a497368cb2..aeffa90258 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -1227,6 +1227,10 @@ textarea:-moz-placeholder {/* for FF */ .dropdown-inline { display:inline-block; } +button.dropdown-toggle:focus { + background-color:#ddd !important; + outline:none; +} .dropdown-menu { position:absolute; background:#fff; diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index 3df6ff6754..3205d9c69d 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -41,9 +41,9 @@
-