You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
356 B
16 lines
356 B
/*******************************
|
|
Overrides
|
|
*******************************/
|
|
|
|
.ui.selection.dropdown {
|
|
background-color: #FAFAFA;
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
|
|
border-color: #CCCCCC;
|
|
}
|
|
|
|
.ui.selection.dropdown:focus {
|
|
box-shadow:
|
|
0px 1px 2px rgba(0, 0, 0, 0.075) inset,
|
|
0px 0px 5px rgba(81, 167, 232, 0.5)
|
|
;
|
|
}
|