Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DX] Seven theme: Move CSS styles related to jQuery UI from style.css with the rest of them in jquery.ui.theme.css #6544

Open
klonos opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@klonos
Copy link
Member

klonos commented May 15, 2024

core/themes/seven/css/style.css:

/* Dialogs */
.ui-dialog .ui-dialog-titlebar {
  background: #e9e8e8;
  font-size: 1.2em;
  font-weight: normal;
}
.ui-dialog .ui-dialog-buttonpane {
  background: #e9e8e8;
}
.ui-dialog {
  position: absolute;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-shadow: 0 0 12px -8px #666;
}
.ui-dialog-titlebar {
  border: 1px solid #d0d0d0;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

core/themes/seven/css/jquery.ui.theme.css:

/**
 * Dialogs
 */
.ui-dialog {
  background: #fff;
  border: solid 1px #ccc;
  padding: 0;
  z-index: 1001;
}
.ui-dialog .ui-dialog-titlebar {
  font-weight: bold;
  background: #f3f4ee;
}
.ui-dialog .ui-dialog-buttonpane {
  border-width: 0;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.2;
  filter: Alpha(opacity=20);
  z-index: 1000;
}
.ui-widget-shadow {
  box-shadow: 0 0 12px -8px #666;
}
@klonos klonos self-assigned this May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant