fixed select color

This commit is contained in:
Federico Zivolo 2016-11-08 15:52:28 +01:00
parent 54ddf2d972
commit 3ef7d8c26d

View File

@ -360,3 +360,7 @@
/*#toggle-button .togglebutton .toggle {*/ /*#toggle-button .togglebutton .toggle {*/
/*float: right;*/ /*float: right;*/
/*}*/ /*}*/
.btn-primary select {
color: black;
}