Update pages.html
Browse files- pages.html +15 -0
pages.html
CHANGED
|
@@ -153,6 +153,21 @@
|
|
| 153 |
margin-bottom: 20px;
|
| 154 |
}
|
| 155 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
/* Модальный (фон) */
|
| 157 |
.modal_1 {
|
| 158 |
display: none; /* Скрыто по умолчанию */
|
|
|
|
| 153 |
margin-bottom: 20px;
|
| 154 |
}
|
| 155 |
}
|
| 156 |
+
|
| 157 |
+
|
| 158 |
+
|
| 159 |
+
.gjs-select option,
|
| 160 |
+
.gjs-field-select option,
|
| 161 |
+
.gjs-clm-select option,
|
| 162 |
+
.gjs-sm-select option,
|
| 163 |
+
.gjs-fields option,
|
| 164 |
+
.gjs-sm-unit option {
|
| 165 |
+
color: green !important;
|
| 166 |
+
}
|
| 167 |
+
|
| 168 |
+
|
| 169 |
+
|
| 170 |
+
|
| 171 |
/* Модальный (фон) */
|
| 172 |
.modal_1 {
|
| 173 |
display: none; /* Скрыто по умолчанию */
|