Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
05693133dd
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
199 lines (187 sloc) 3.62 KB
/* - - - - - - - - - - - - - - - - - - -
== Admin Style
- - - - - - - - - - - - - - - - - - - */
#wpadminbar {
background-color:#000E2F;
}
#accordion-section-layout_builder {
// hide the "row1width"labels
.customize-control-hidden * {
display:none;
}
/* Homepage Layout builder */
.sliderDeleteRow {
float:right;
}
.sliders {
padding:2.5em 0;
}
.slider-wrap {
float:left;
width:100%;
padding:5px 0;
clear:left;
}
.slider-wrap a:focus{
outline:thin dotted;
outline-color: #2ea2cc;
}
.slider,
.sliderAddColumn {
float:left;
}
.slider {
width:195px;
margin-right:15px;
}
.sliderAddColumn {
padding:0px!important;
height:auto!important;
}
.ui-slider-horizontal {
height: 3.5em!important;
background-color: #eeeeee!important;
background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.5) 50%)!important;
background-size: 20px 50px!important;
}
.ui-slider .ui-slider-handle {
width: .01em!important;
height: 3.9em!important;
padding:0!important;
}
.ui-slider .ui-slider-handle:focus {
width: .05em!important;
height: 3.7em!important;
border: 1px solid #2ea2cc;
}
.ui-slider .ui-slider-handle:before{
content: "";
display:block;
position: relative;
top: -24px;
left: -13px;
width: 20px;
height: 20px;
margin-left: 3px;
border-radius: 3px;
background: grey;
}
.ui-slider .ui-slider-handle:focus:before{
position: relative;
top: -24px;
left: -12px;
background: #2ea2cc;
}
.ui-slider .ui-slider-handle:after{
content: "";
display:block;
position: relative;
top: -24px;
left: -8px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid grey;
}
.ui-slider .ui-slider-handle:focus:after{
position: relative;
top: -24px;
left: -7px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #2ea2cc;
}
.ui-slider .ui-slider-handle:hover {
cursor:-webkit-grab;
}
.ui-slider .ui-slider-handle:active {
cursor:-webkit-grabbing;
}
.ui-slider .ui-slider-handle:focus {
background-image:none;
background:#2ea2cc!important;
width:2px!important;
}
.wp-core-ui .button.sliderDeleteColumn {
background: #2ea2cc;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
color: #fff;
}
.wp-core-ui .button.sliderDeleteColumn .dashicons-minus {
padding:4px;
}
.wp-core-ui .button.sliderAddColumn .dashicons-plus{
padding: 14px 4px;
}
}
#sidebar-manager {
#home0,
#home1,
#home2,
#home3,
#home4,
#home5,
#home6,
#home7,
#home8,
#home9,
#home10,
#home11,
#home12,
#home13,
#home14,
#home15,
#home16,
#home17,
#home18,
#home19,
#home20,
#home21,
#home22,
#home23,
#home24,
#home25,
#home26,
#home27,
#home28,
#home29,
#home30,
#home31,
#home32,
#home33,
#home34,
#home35,
#home36,
#home37,
#home38,
#home39,
#home40,
#home41,
#home42,
#home43,
#home44,
#home45,
#home46,
#home47,
#home48,
#home49,
#home50,
#home51,
#home52,
#home53,
#home54,
#home55,
#home56,
#home57,
#home58,
#home59,
#home60 {
display:none;
}
}
.so-panels-dialog-add-widget .so-left-sidebar .so-sidebar-tabs li:nth-child(2) {
display:none;
}