mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 15:38:19 -05:00
Fix CSS for jslider
This commit is contained in:
@@ -15,6 +15,15 @@ table.data td[align=right] {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.jslider {
|
||||
/* Fix jslider running into the control above it */
|
||||
margin-top: 18px;
|
||||
}
|
||||
.jslider-value {
|
||||
/* Remove box around jslider values on colored bg */
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.recalculating {
|
||||
opacity: 0.3;
|
||||
transition: opacity 250ms ease 500ms;
|
||||
|
||||
Reference in New Issue
Block a user