Remove unnecessary files for jquery-ui-fixes

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/6341/head
Julius Härtl 9 years ago
parent 2fdc51ffdf
commit 99404fe5cd
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
  1. BIN
      core/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png
  2. BIN
      core/css/images/ui-bg_flat_100_ffffff_40x100.png
  3. BIN
      core/css/images/ui-bg_glass_100_f8f8f8_1x400.png
  4. BIN
      core/css/images/ui-bg_highlight-hard_100_f8f8f8_1x100.png
  5. BIN
      core/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
  6. 9
      core/css/jquery-ui-fixes.scss
  7. 2
      core/css/server.scss

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

@ -1,12 +1,5 @@
/* Component containers
----------------------------------*/
.ui-widget {
font-family: "Lucida Grande", Arial, Verdana, sans-serif;
font-size: 1em;
}
.ui-widget button {
font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}
.ui-widget-content {
border: 1px solid nc-darken($color-main-background, 20%);
background: $color-main-background none;
@ -200,4 +193,4 @@
background: inherit;
color: $color-primary;
}
}
}

@ -8,4 +8,4 @@
@import 'fixes.scss';
@import 'multiselect.scss';
@import 'mobile.scss';
@import 'tooltip.scss';
@import 'tooltip.scss';

Loading…
Cancel
Save