Commit eb25f232 authored by dimitrieh's avatar dimitrieh

minor css edits, quicker fade animation for caret, and positioned it slightly down by 1 px

parent 8f490cbe
...@@ -841,13 +841,13 @@ ...@@ -841,13 +841,13 @@
.dropdown-caret { .dropdown-caret {
font-size: 11px; font-size: 11px;
position: absolute; position: absolute;
top: 5px; top: 6px;
left: 20px; left: 20px;
margin-right: -6px; margin-right: -6px;
z-index: 2; z-index: 2;
visibility: hidden; visibility: hidden;
opacity: 0; opacity: 0;
transition: visibility 0.1s, opacity 0.3s linear; transition: visibility 0.1s, opacity 0.1s linear;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment