bdbrown

Spacious Pro Color Options

Jan 12th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.25 KB | None | 0 0
  1. /* ============== Theme Spacious Pro ===================== */
  2. /* override styles applied to .support class (Support button) by WP Editor plugin https://wordpress.org/plugins/wp-editor/ */
  3. #optionsframework-sidebar .btn.support {
  4.   font-size: 22px;
  5.   font-weight: initial;
  6.   padding: 15px 25px;
  7.   background: none repeat scroll 0 0 #3dcc98;
  8.   border: none;
  9.   -webkit-box-shadow: none;
  10.   text-shadow: none;
  11.   border-radius: initial;
  12. }
  13.  
  14. /* override styles applied to .color class by WP Dashboard Notes plugin https://wordpress.org/plugins/wp-dashboard-notes/ */
  15. #optionsframework .group.color {
  16.   width: initial;
  17.   height: initial;
  18.   border: none;
  19.   margin: 0;
  20. }
  21.  
  22. /* ============ Possible enhancements to Color Options for next release ============== */
  23. /* shrink color selector control to move color descriptions left closer to color selector */
  24. #optionsframework .group.color .controls {
  25.   min-width: 100px;
  26.   width: 18%;
  27. }
  28.  
  29. /* stretch out color description and vertical align center on color selector */
  30. #optionsframework .group.color .explain {
  31.   max-width: 80%;
  32.   padding-top: 5px;
  33. }
  34.  
  35. /* push color picker down to allow for description alignment */
  36. #optionsframework .group.color .wp-picker-open+.wp-picker-input-wrap {
  37.   padding-top: 5px;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment