mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
fix(toggle): fixed disabled toggle color in dark and high contrast modes. (#7518)
* fix(toggle): fixed disabled toggle color in dark and high contrast modes. * fix(switch): fixed switch color in dark and high contrast modes. * fix(switch): fixed switch in LDAP secion. * fix(switch): corrected the blue color of Switch in dark and high contrast themes.
This commit is contained in:
parent
7edcfd6eab
commit
ad3f4ff711
3 changed files with 10 additions and 2 deletions
|
@ -109,7 +109,7 @@
|
|||
</label>
|
||||
<label class="switch ml-7 my-0" ng-class="{ 'business limited': $ctrl.isLimitedFeatureSelfContained }">
|
||||
<input id="admin-auto-populate" ng-disabled="!$ctrl.enableAssignAdminGroup" name="admin-auto-populate" type="checkbox" ng-model="$ctrl.settings.AdminAutoPopulate" />
|
||||
<span class="slider round"></span>
|
||||
<span class="slider round before:content-['']"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue