Merge branch 'oauth3' of git.daplie.com:Daplie/walnut_launchpad into oauth3
This commit is contained in:
commit
c0aaf89a67
|
@ -1,10 +1,10 @@
|
|||
.angucomplete-title .highlight {
|
||||
color: red;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
}
|
||||
.angucomplete-holder {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.angucomplete-dropdown {
|
||||
border-color: #ececec;
|
||||
border-width: 1px;
|
||||
|
@ -19,50 +19,19 @@
|
|||
left: 0px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.angucomplete-searching {
|
||||
color: #acacac;
|
||||
.angucomplete-searching, .angucomplete-title {
|
||||
font-size: 14px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.angucomplete-description {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.angucomplete-row {
|
||||
padding: 5px;
|
||||
color: #000000;
|
||||
margin-bottom: 4px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.angucomplete-selected-row {
|
||||
background-color: steelblue;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.angucomplete-image-holder {
|
||||
padding-top: 2px;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.angucomplete-image {
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
border-radius: 50%;
|
||||
border-color: #ececec;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.angucomplete-image-default {
|
||||
/* Add your own default image here
|
||||
background-image: url('/assets/default.png');
|
||||
*/
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue