From 81aeb6b3cf7d2083c8aa7843880ba9c121cf4564 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sat, 26 Sep 2020 17:23:41 +0300 Subject: [PATCH] add outline animation --- src/content/themes/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/themes/default/style.css b/src/content/themes/default/style.css index 2609c28..9d21468 100644 --- a/src/content/themes/default/style.css +++ b/src/content/themes/default/style.css @@ -363,6 +363,7 @@ li.mtt-item-hidden { display:none; } #btnRssFeed .menu-icon { background:url(images/rss.svg) no-repeat; } #btnRssFeed.mtt-item-disabled .menu-icon { background:url(images/rss-disabled.svg) no-repeat; } +#task, #search, #page_taskedit .form-input, #page_taskedit .form-bottom-buttons input { transition: box-shadow .15s ease-in-out; } #task:focus, #search:focus, #page_taskedit .form-input:focus, #page_taskedit .form-bottom-buttons input:focus { outline:none; border-color:#5a8df0; box-shadow:0 0 0 2px rgba(90,141,240,0.7); }