1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

orgarr v1

This commit is contained in:
GilbN 2018-08-16 00:09:37 +02:00
parent 6abe7cd2be
commit 941affe5c8

View File

@ -44,15 +44,14 @@ body {
height: 40px !important; height: 40px !important;
} }
.search .input-group .input-group-addon, .search .input-group input:focus { .search .input-group .input-group-addon, .search .input-group input:focus {
color: #000 !important; color: #FFF !important;
} }
.tt-suggestion.tt-cursor { .tt-suggestion.tt-cursor {
background-color: #191a1c !important; background-color: #191a1c;
color: #ffffff !important; color: #ffffff;
} }
.search .tt-dropdown-menu {
.input-group .form-control:focus { background-color: #1f1f1f;
background-color: white !important;
} }
.fa-search { .fa-search {
color: white !important; color: white !important;
@ -65,7 +64,7 @@ body {
.form-control { .form-control {
color: #FFF; color: #FFF;
background-color: rgba(0, 0, 0, .25) !important; background-color: #1f1f1f;
border: 1px solid rgba(0, 0, 0, .25); border: 1px solid rgba(0, 0, 0, .25);
} }