2016-10-21 01:40:39 +02:00
|
|
|
/*******************************
|
|
|
|
Site Overrides
|
|
|
|
*******************************/
|
2016-10-28 01:15:44 +02:00
|
|
|
|
|
|
|
.ui.inverted.input input {
|
|
|
|
background:#424852;
|
|
|
|
border-radius: 20px;
|
|
|
|
border: 0px !important;
|
|
|
|
padding: 0.2em !important;
|
|
|
|
padding-left: 0.6em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rtl .ui.inverted.input input {
|
|
|
|
padding-right: 0.6em !important;
|
|
|
|
}
|