Created
May 4, 2016 21:30
-
-
Save stephanieleary/47813c970d24cac95cfce85443ae8fac to your computer and use it in GitHub Desktop.
Genesis color scheme selector styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Genesis Settings screen */ | |
#berkeley-color-settings .genesis-layout-selector label.box { | |
max-height: inherit; | |
} | |
.genesis-layout-selector label.box { | |
padding: 5px; | |
} | |
table .genesis-layout-selector label.box.selected { | |
border: 3px solid #3b7ea1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment