flashy.css 1.55 KB
.angucomplete-dropdown {
border-color: #ececec;
border-width: 1px;
border-style: solid;
border-radius: 2px;
/*width: 250px;*/
padding: 6px;
cursor: pointer;
z-index: 9999;
position: absolute;
/*top: 32px;
left: 0px;
*/
margin-top: -6px;
background-color: #ffffff;
}
.angucomplete-description {
font-size: 14px;
}
.angucomplete-row {
padding: 5px;
color: #000000;
margin-bottom: 4px;
clear: both;
}
.angucomplete-selected-row {
background-color:#aaaaff;
}
.container {
position: relative;
width: 600px;
height: 80px;
}
.modal.bottom-sheet {
width: 40%;
margin-left: auto;
margin-right: auto;
}
<<<<<<< HEAD
/* label color */
.input-field label {
color: #673ab7;
}
/* label focus color */
.input-field input[type]:focus + label {
color: #b388ff;
}
/* label underline focus color */
.input-field input[type]:focus {
border-bottom: 1px solid #b388ff;
box-shadow: 0 1px 0 0 #b388ff;
}
/* valid color */
.input-field input[type].valid {
border-bottom: 1px solid #673ab7;
box-shadow: 0 1px 0 0 #673ab7;
}
/* invalid color */
.input-field input[type].invalid {
border-bottom: 1px solid #673ab7;
box-shadow: 0 1px 0 0 #673ab7;
}
/* icon prefix focus color */
.input-field .prefix.active {
color: #b388ff;
}
/* label focus color */
.input-field textarea[type]:focus + label {
color: #b388ff;
}
/* label underline focus color */
.input-field textarea[type]:focus {
border-bottom: 1px solid #b388ff;
box-shadow: 0 1px 0 0 #b388ff;
}
body {
background-color: #3A263D;
}