Skip to content

Commit

Permalink
Fixed slider
Browse files Browse the repository at this point in the history
  • Loading branch information
noelboss committed Jul 16, 2018
1 parent bbcbed6 commit 6e11e56
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 11 deletions.
2 changes: 1 addition & 1 deletion AdminThemeBoss.info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Admin Theme Boss",
"summary": "A light and clear theme based on Uikit 3, extending AdminThemeUikit",
"href": "https://github.com/noelboss/AdminThemeBoss",
"version": "0.2.2",
"version": "0.2.3",
"author": "Noël Bossart",
"autoload": "template=admin",
"icon": "diamond",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
© 2018 noelboss.com


## Version 0.2.3

* Fixed slider design


## Version 0.2.2

* Design tweaks to dropdowns and time-picker
Expand Down
8 changes: 7 additions & 1 deletion uikit/custom/pw/custom-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,8 @@ form.Inputfield {
}

}
.ui-slider .ui-slider-handle {

.ui-slider .ui-state-default.ui-slider-handle {
background: @theme-link-color;
width: 17px;
height: 17px;
Expand Down Expand Up @@ -1068,3 +1069,8 @@ form.Inputfield {
background-color: @theme-primary-color;
color: @theme-button-text-color;
}

// Notifications
.NotificationBug {
background: @theme-button-secondary-background;
}
7 changes: 5 additions & 2 deletions uikit/dist/css/uikit.black.css
Original file line number Diff line number Diff line change
Expand Up @@ -16069,15 +16069,15 @@ form.Inputfield {
.pw .ui-slider-horizontal .ui-slider-range-min {
background: rgba(225, 225, 225, 0.95);
}
.pw .ui-slider .ui-slider-handle {
.pw .ui-slider .ui-state-default.ui-slider-handle {
background: #333335;
width: 17px;
height: 17px;
border-radius: 17px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.pw .ui-slider .ui-slider-handle:hover {
.pw .ui-slider .ui-state-default.ui-slider-handle:hover {
background: #010101;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
Expand Down Expand Up @@ -16124,3 +16124,6 @@ form.Inputfield {
background-color: #000002;
color: #fff;
}
.NotificationBug {
background: #777;
}
2 changes: 1 addition & 1 deletion uikit/dist/css/uikit.black.min.css

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions uikit/dist/css/uikit.pw.css
Original file line number Diff line number Diff line change
Expand Up @@ -16069,15 +16069,15 @@ form.Inputfield {
.pw .ui-slider-horizontal .ui-slider-range-min {
background: rgba(225, 225, 225, 0.95);
}
.pw .ui-slider .ui-slider-handle {
.pw .ui-slider .ui-state-default.ui-slider-handle {
background: #333335;
width: 17px;
height: 17px;
border-radius: 17px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.pw .ui-slider .ui-slider-handle:hover {
.pw .ui-slider .ui-state-default.ui-slider-handle:hover {
background: #010101;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
Expand Down Expand Up @@ -16124,3 +16124,6 @@ form.Inputfield {
background-color: #3584EA;
color: #fff;
}
.NotificationBug {
background: #777;
}
2 changes: 1 addition & 1 deletion uikit/dist/css/uikit.pw.min.css

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions uikit/dist/css/uikit.vibrant.css
Original file line number Diff line number Diff line change
Expand Up @@ -16069,15 +16069,15 @@ form.Inputfield {
.pw .ui-slider-horizontal .ui-slider-range-min {
background: rgba(225, 225, 225, 0.95);
}
.pw .ui-slider .ui-slider-handle {
.pw .ui-slider .ui-state-default.ui-slider-handle {
background: #333335;
width: 17px;
height: 17px;
border-radius: 17px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.pw .ui-slider .ui-slider-handle:hover {
.pw .ui-slider .ui-state-default.ui-slider-handle:hover {
background: #010101;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
Expand Down Expand Up @@ -16124,3 +16124,6 @@ form.Inputfield {
background-color: #00BED7;
color: #fff;
}
.NotificationBug {
background: #777;
}
2 changes: 1 addition & 1 deletion uikit/dist/css/uikit.vibrant.min.css

Large diffs are not rendered by default.

0 comments on commit 6e11e56

Please sign in to comment.