17 lines
258 B
CSS
17 lines
258 B
CSS
#user_group_label {
|
|
cursor: pointer;
|
|
margin-bottom: 0px;
|
|
padding: 12px;
|
|
border: 2px solid #d3394c;
|
|
color: #d3394c;
|
|
font-weight: bold;
|
|
}
|
|
|
|
input {
|
|
border: 1px solid transparent;
|
|
background-color: #f1f1f1;
|
|
padding: 10px;
|
|
font-size: 16px;
|
|
}
|
|
|