update naming project

This commit is contained in:
Luke Pulverenti 2016-08-03 13:26:42 -04:00
parent 6ec48ff340
commit 8b28397294
6 changed files with 20 additions and 9 deletions

View file

@ -16,17 +16,25 @@
}
.alphaPickerButton {
background: transparent;
border: 0 !important;
cursor: pointer;
outline: none !important;
color: inherit;
vertical-align: middle;
font-family: inherit;
font-size: inherit;
min-width: initial;
margin: 0;
padding: .1em .4em !important;
padding: .1em .4em;
width: auto;
border-radius: .1em;
font-weight: normal;
opacity: .7;
opacity: .6;
}
.alphaPicker-vertical .alphaPickerButton {
padding: .2em .4em !important;
padding: .2em .4em;
}
.alphaPickerButtonIcon {