mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
15 lines
197 B
CSS
15 lines
197 B
CSS
/*
|
|
- Form Inputs
|
|
*/
|
|
|
|
.wp-picker-container input.wp-color-picker[type="text"] {
|
|
width: 68px !important;
|
|
float: left !important;
|
|
padding: 2px 4px !important;
|
|
border-width: 1px !important;
|
|
}
|
|
|
|
|
|
|
|
|