54 lines
1.1 KiB
CSS
54 lines
1.1 KiB
CSS
#TB_window{
|
|
color: #3c434a;
|
|
}
|
|
|
|
#wpd-inline-question{
|
|
box-shadow: 0 0 0 transparent;
|
|
border-radius: 4px;
|
|
border: 1px solid #8c8f94;
|
|
background-color: #fff;
|
|
color: #2c3338;
|
|
margin: 5px 2px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.wpd-inline-type input[type="radio"]
|
|
{
|
|
border: 1px solid #8c8f94;
|
|
border-radius: 4px;
|
|
background: #fff;
|
|
color: #50575e;
|
|
clear: none;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
line-height: 0;
|
|
height: 1rem;
|
|
margin: -.25rem .25rem 0 0;
|
|
outline: 0;
|
|
padding: 0 !important;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
width: 1rem;
|
|
min-width: 1rem;
|
|
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
|
|
transition: .05s border-color ease-in-out;
|
|
}
|
|
|
|
#wpd-put-shortcode{
|
|
min-height: 32px;
|
|
line-height: 2.30769231;
|
|
padding: 0 12px;
|
|
background: #2271b1;
|
|
border-color: #2271b1;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
vertical-align: top;
|
|
cursor: pointer;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-radius: 3px;
|
|
white-space: nowrap;
|
|
box-sizing: border-box;
|
|
|
|
} |