Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ============== Theme Spacious Pro ===================== */
- /* override styles applied to .support class (Support button) by WP Editor plugin https://wordpress.org/plugins/wp-editor/ */
- #optionsframework-sidebar .btn.support {
- font-size: 22px;
- font-weight: initial;
- padding: 15px 25px;
- background: none repeat scroll 0 0 #3dcc98;
- border: none;
- -webkit-box-shadow: none;
- text-shadow: none;
- border-radius: initial;
- }
- /* override styles applied to .color class by WP Dashboard Notes plugin https://wordpress.org/plugins/wp-dashboard-notes/ */
- #optionsframework .group.color {
- width: initial;
- height: initial;
- border: none;
- margin: 0;
- }
- /* ============ Possible enhancements to Color Options for next release ============== */
- /* shrink color selector control to move color descriptions left closer to color selector */
- #optionsframework .group.color .controls {
- min-width: 100px;
- width: 18%;
- }
- /* stretch out color description and vertical align center on color selector */
- #optionsframework .group.color .explain {
- max-width: 80%;
- padding-top: 5px;
- }
- /* push color picker down to allow for description alignment */
- #optionsframework .group.color .wp-picker-open+.wp-picker-input-wrap {
- padding-top: 5px;
- }
Advertisement
Add Comment
Please, Sign In to add comment