102 lines
2.3 KiB
CSS
102 lines
2.3 KiB
CSS
.synch-tip-root {
|
|
position: absolute;
|
|
z-index: 110;
|
|
margin: -32px 0 0 15px;
|
|
}
|
|
|
|
.asc-synchronizetip {
|
|
border-radius: 5px;
|
|
background-color: #fcfed7;
|
|
overflow: visible;
|
|
|
|
-moz-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.5);
|
|
-webkit-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.5);
|
|
|
|
font-size: 11px !important;
|
|
}
|
|
|
|
.asc-synchronizetip .x-box-inner {
|
|
overflow: visible;
|
|
}
|
|
|
|
.asc-synchronizetip .tip-arrow {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
left: -20px;
|
|
top: 20px;
|
|
width: 20px;
|
|
height: 30px;
|
|
}
|
|
|
|
.asc-synchronizetip .tip-arrow:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 13px;
|
|
background-color: #fcfed7;
|
|
width: 15px;
|
|
height: 15px;
|
|
|
|
-moz-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
-webkit-transform: rotate(45deg);
|
|
-o-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
|
|
-moz-box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.2);
|
|
-webkit-box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.asc-synchronizetip .show-link {
|
|
margin-left: 15px;
|
|
padding: 10px 0 15px 0;
|
|
}
|
|
|
|
.show-link label {
|
|
border-bottom: 1px dotted #445799;
|
|
color: #445799;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.asc-synchronizetip .x-btn-default-small{
|
|
padding: 0;
|
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
background: transparent;
|
|
box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
}
|
|
|
|
.asc-synchronizetip .x-btn-default-small button {
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
line-height: 16px !important;
|
|
}
|
|
|
|
.asc-synchronizetip .x-btn-default-small-pressed {
|
|
border: 1px solid rgba(0, 0, 0, 0)!important;
|
|
background: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.btn-close-tip {
|
|
margin: 8px;
|
|
height: 18px !important;
|
|
}
|
|
|
|
.asc-synchronizetip .x-btn-default-small-icon .icon-close-tip{
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
}
|
|
|
|
.icon-close-tip {
|
|
background-image: url(../img/synchronizetip/but-close.png);
|
|
background-image: -webkit-image-set(url(../img/synchronizetip/but-close.png) 1x, url(../img/synchronizetip/but-close@2x.png) 2x);
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.x-btn-over .icon-close-tip,
|
|
.x-btn-pressed .icon-close-tip {background-position: 0 -16px;}
|
|
|