-
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The UI Settings sliders can handle click events now. This closes #217 …
…and required: - replacing the angular-slider with rz-slider - upgrading angular to 1.5.8 - removing prototype.js and Hudson (sic!) behavior.js so that they don't conflict with the latest angular.
- Loading branch information
Showing
27 changed files
with
42,709 additions
and
19,420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
@import "./footer"; | ||
@import "./modal"; | ||
@import "./progressbar"; | ||
@import "./widget/basic"; | ||
@import "./widget/basic"; | ||
@import "./slider"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.modal { | ||
font-size:0.6875em; | ||
font-size:1em; | ||
} |
19 changes: 19 additions & 0 deletions
19
build-monitor-plugin/src/main/webapp/less/module/slider.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.rzslider { | ||
span.rz-bubble { | ||
color: #fff; | ||
} | ||
|
||
span.rz-bubble.rz-limit { | ||
color: #ccc; | ||
} | ||
|
||
span.rz-pointer { | ||
background-color: #f5f5f5; | ||
|
||
&:after { background-color: grey; } | ||
|
||
&:hover:after { background-color: darkgrey; } | ||
|
||
&.rz-active:after { background-color: black; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.