diff --git a/app/styles/aria-ng.css b/app/styles/aria-ng.css index c385df4..26e2183 100644 --- a/app/styles/aria-ng.css +++ b/app/styles/aria-ng.css @@ -359,6 +359,14 @@ td { color: #208fe5; } +.skin-aria-ng .has-success .input-group .input-group-addon { + border-color: #00a65a; +} + +.skin-aria-ng .has-error .input-group .input-group-addon { + border-color: #dd4b39; +} + /* font-awesome extend */ .fa-half { font-size: 0.5em; @@ -696,10 +704,14 @@ td { color: #3c8dbc; } -.settings-table .setting-value .form-group .form-control-feedback { +.settings-table .setting-value .form-group select.form-control + .form-control-icon > .form-control-feedback { right: 10px; } +.settings-table .setting-value .input-group .form-group .form-control:focus { + z-index: inherit; +} + .settings-table .tip { background-color: #fff !important; font-size: 12px; diff --git a/app/views/setting.html b/app/views/setting.html index 6ef7bd7..9f2cabe 100644 --- a/app/views/setting.html +++ b/app/views/setting.html @@ -8,35 +8,24 @@ ng-bind="'format.settings.total-count' | translate: {count: getTotalCount()}">
-
-
-
- -
- -
+
+
+ + + +
+
-
-
- -
- -
-
-
-
-
- -
- -
-
-
- +