Skip to content

Commit

Permalink
refactor: drop JQueryUI Smoothness theme
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Dec 11, 2024
1 parent bd2aaaf commit 0f4a6f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ require("rickshaw/rickshaw.css")

require("leaflet/dist/leaflet.css")
require("leaflet.markercluster/dist/MarkerCluster.css")
require("components-jqueryui/themes/smoothness/jquery-ui.min.css")
require("./styles/_bootstrap-custom.scss")

require("./styles/tailwind.scss")
Expand Down
7 changes: 3 additions & 4 deletions app/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ label {
margin-bottom : 0;
}

.ui-widget {
font-family: inherit;
}

sup {
line-height: 0px;
}
Expand Down Expand Up @@ -1657,6 +1653,9 @@ line.tick {
.ui-widget-header {
background: url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
}
.ui-state-default {
background : #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}
.ui-state-hover {
background : #e6e6e6 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}
Expand Down

0 comments on commit 0f4a6f3

Please sign in to comment.