Browse Source

fix ldap ui buttons

Signed-off-by: szaimen <szaimen@e.mail.de>
tags/v25.0.0beta7
szaimen 1 year ago
parent
commit
1a0625ead2
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      core/src/jquery/css/jquery-ui-fixes.scss

+ 5
- 0
core/src/jquery/css/jquery-ui-fixes.scss View File

@@ -228,6 +228,11 @@
border: 1px solid var(--color-primary-text);
}

// fix ui-buttons on hover
.ui-button:hover {
font-weight:bold !important;
}


/* DRAGGABLE */
.ui-draggable-handle,

Loading…
Cancel
Save