| author | |
| committer | |
| log | a34b697c0c6655407d08aee1b7f56ce5ca5205a2 |
| tree | 9912b481c57630fd14ece4d732818934495d93e1 |
| parent | f597e0d0923e914ec4690016a7aab8ebdaaab4db |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/special/docs/index.html+3| ... | ... | @@ -428,10 +428,13 @@ |
| 428 | 428 | border-bottom-style: solid; |
| 429 | 429 | border-bottom-color: #000; |
| 430 | 430 | outline: none; |
| 431 | transition: border-bottom-color 0.35s, background 0.35s, box-shadow 0.35s; | |
| 431 | 432 | } |
| 432 | 433 | |
| 433 | 434 | .search:focus { |
| 434 | 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 | 440 | .search::placeholder { |