1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Some finetuning

This commit is contained in:
skaman82 2015-10-28 17:39:33 +01:00
parent 271eefe5fa
commit 770cae9ee4
5 changed files with 48 additions and 28 deletions

View file

@ -119,7 +119,9 @@
}
.dropdown-dark {
background: #636363;
background: #636363; /* NEW2 */
background: #3e403f; /* NEW */
border-color: #111 #0a0a0a black;
background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));