| 1 |
/** |
| 2 |
* Snippet edit page |
| 3 |
*/ |
| 4 |
button.active { |
| 5 |
background: #007cba !important; |
| 6 |
border-color: #007cba !important; |
| 7 |
color: #fff !important; |
| 8 |
text-decoration: none !important; |
| 9 |
box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.2) !important; |
| 10 |
} |
| 11 |
.wbcr_inp_shortcode_input_container, |
| 12 |
.wbcr_inp_whereuse_input_container { |
| 13 |
margin: 0 10px; |
| 14 |
} |
| 15 |
.wbcr_inp_shortcode_input_container label, |
| 16 |
.wbcr_inp_whereuse_input_container label { |
| 17 |
font-weight: bold; |
| 18 |
} |
| 19 |
.wbcr_inp_shortcode_input, |
| 20 |
.wbcr_inp_shortcode_input:focus, |
| 21 |
.wbcr_inp_whereuse_input, |
| 22 |
.wbcr_inp_whereuse_input:focus { |
| 23 |
border: 1px solid #cbcbcb !important; |
| 24 |
background: #f6f6f6 !important; |
| 25 |
box-shadow: none !important; |
| 26 |
outline: none; |
| 27 |
width: 100%; |
| 28 |
color: #555 !important; |
| 29 |
font-size: 13px; |
| 30 |
padding: 5px !important; |
| 31 |
margin: 0 0 10px 0 !important; |
| 32 |
text-align: center; |
| 33 |
} |
| 34 |
#submitdiv, |
| 35 |
#tagsdiv-wbcr-snippet-tags { |
| 36 |
display: block; |
| 37 |
} |
| 38 |
|