diff --git a/gui/black/assets/css/theme.css b/gui/black/assets/css/theme.css index 1e280a952..ae3e56525 100644 --- a/gui/black/assets/css/theme.css +++ b/gui/black/assets/css/theme.css @@ -224,7 +224,6 @@ code.ng-binding{ } .well, .form-control[readonly="readonly"], .popover { /* read-only fields*/ - color: #666 !important; border-color: #444 !important; background-color: #111 !important; } diff --git a/gui/dark/assets/css/theme.css b/gui/dark/assets/css/theme.css index 26ab0f898..0876bb08a 100644 --- a/gui/dark/assets/css/theme.css +++ b/gui/dark/assets/css/theme.css @@ -228,7 +228,6 @@ code.ng-binding{ } .well, .form-control[readonly="readonly"], .popover { /* read-only fields*/ - color: #666 !important; border-color: #424242 !important; background-color: #3B3B3B !important; } @@ -289,4 +288,4 @@ code.ng-binding{ /* Remote Devices 'connection type'-icon color set to #aaa */ .reception { filter: invert(77%) sepia(0%) saturate(724%) hue-rotate(146deg) brightness(91%) contrast(85%); -} \ No newline at end of file +} diff --git a/gui/default/syncthing/device/idqrModalView.html b/gui/default/syncthing/device/idqrModalView.html index c988ae299..2398c9b30 100644 --- a/gui/default/syncthing/device/idqrModalView.html +++ b/gui/default/syncthing/device/idqrModalView.html @@ -1,6 +1,6 @@