apache
wp-content
mu-plugins
plugins
activitypub
audioigniter
authldap
companion-auto-update
gitium
gp-premium
backgrounds
blog
colors
copyright
disable-elements
dist
elements
general
hooks
inc
langs
library
alpha-color-picker
customizer
controls
css
alpha-color-picker.css
button-actions.css
control-toggle-customizer.css
section-shortcuts.css
selectWoo.min.css
slider-customizer.css
spacing-customizer.css
title-customizer.css
transparency-grid.png
typography-customizer.css
js
class-action-button-control.php
class-alpha-color-control.php
class-backgrounds-control.php
class-control-toggle.php
class-copyright-control.php
class-deprecated.php
class-information-control.php
class-range-slider-control.php
class-refresh-button-control.php
class-section-shortcuts-control.php
class-spacing-control.php
class-title-control.php
class-typography-control.php
active-callbacks.php
deprecated.php
sanitize.php
select2
class-make-css.php
class-plugin-updater.php
customizer-helpers.php
menu-plus
page-header
secondary-nav
sections
site-library
spacing
typography
woocommerce
gp-premium.php
readme.txt
wpml-config.xml
jetpack-protect
menu-icons
rss-importer
simple-local-avatars
smtp-mailer
two-factor
wp-piwik
wp-webauthn
index.php
themes
upgrade-temp-backup
w3tc-config
index.php
.gitignore
htaccess
php.ini
132 lines
3.0 KiB
CSS
132 lines
3.0 KiB
CSS
.customize-control-generatepress-pro-range-slider .generatepress-slider {
|
|
position: relative;
|
|
width: calc(100% - 60px);
|
|
height: 6px;
|
|
background-color: rgba(0,0,0,.10);
|
|
cursor: pointer;
|
|
transition: background .5s;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .has-unit .generatepress-slider {
|
|
width: calc(100% - 90px);
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp_range_value.hide-value {
|
|
display: none;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp_range_value.hide-value + .generatepress-slider {
|
|
width: 100%;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .generatepress-slider .ui-slider-handle {
|
|
height: 16px;
|
|
width: 16px;
|
|
background-color: #3498D9;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%) translateX(-4px);
|
|
border-radius: 50%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .wrapper {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp_range_value {
|
|
font-size: 14px;
|
|
padding: 0;
|
|
font-weight: 400;
|
|
width: 50px;
|
|
display: flex;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .has-unit .gp_range_value {
|
|
width: 80px;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp_range_value span.value {
|
|
font-size: 12px;
|
|
width: calc(100% - 2px);
|
|
text-align: center;
|
|
min-height: 30px;
|
|
background: #FFF;
|
|
line-height: 30px;
|
|
border: 1px solid #DDD;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .has-unit .gp_range_value span.value {
|
|
width: calc(100% - 32px);
|
|
display: block;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp_range_value .unit {
|
|
width: 29px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
line-height: 30px;
|
|
background: #fff;
|
|
border: 1px solid #ddd;
|
|
margin-left: 1px;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .generatepress-pro-range-slider-reset span {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp_range_value input {
|
|
font-size: 12px;
|
|
padding: 0px;
|
|
text-align: center;
|
|
min-height: 30px;
|
|
height: auto;
|
|
border-radius: 0;
|
|
border-color: #ddd;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .has-unit .gp_range_value input {
|
|
width: calc(100% - 30px);
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp-range-title-area .dashicons {
|
|
cursor: pointer;
|
|
font-size: 11px;
|
|
width: 20px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
color: #222;
|
|
text-align: center;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp-range-title-area .dashicons:hover {
|
|
background: #fafafa;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp-range-title-area .dashicons.selected {
|
|
background: #fff;
|
|
color: #222;
|
|
}
|
|
|
|
.gp-range-title-area {
|
|
display: flex;
|
|
}
|
|
|
|
.gp-range-slider-controls {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .gp-device-controls > span:first-child:last-child {
|
|
display: none;
|
|
}
|
|
|
|
.customize-control-generatepress-pro-range-slider .sub-description {
|
|
margin-top: 10px;
|
|
}
|