authorgravatar for 35231115+Rocknest@users.noreply.github.comRocknest <35231115+Rocknest@users.noreply.github.com> 2019-10-10 18:55:14+03:00
committergravatar for 35231115+Rocknest@users.noreply.github.comRocknest <35231115+Rocknest@users.noreply.github.com> 2019-10-10 18:55:14+03:00
loga34b697c0c6655407d08aee1b7f56ce5ca5205a2
tree9912b481c57630fd14ece4d732818934495d93e1
parentf597e0d0923e914ec4690016a7aab8ebdaaab4db

Add transtition to search field


1 files changed, 3 insertions(+), 0 deletions(-)

lib/std/special/docs/index.html+3
...@@ -428,10 +428,13 @@...@@ -428,10 +428,13 @@
428 border-bottom-style: solid;428 border-bottom-style: solid;
429 border-bottom-color: #000;429 border-bottom-color: #000;
430 outline: none;430 outline: none;
431 transition: border-bottom-color 0.35s, background 0.35s, box-shadow 0.35s;
431 }432 }
432 433
433 .search:focus {434 .search:focus {
434 border-bottom-color: #ffbb4d;435 border-bottom-color: #ffbb4d;
436 background: white;
437 box-shadow: 0 0.3em 1em 0.125em rgba(0, 0, 0, 0.18);
435 }438 }
436 439
437 .search::placeholder {440 .search::placeholder {