@atlassian/aui
Version:
Atlassian User Interface Framework
106 lines (104 loc) • 2.05 kB
CSS
.ffi {
background-color: #FFFFFF;
border-color: #C1C7D0;
border-radius: 3.01px;
box-shadow: none;
color: #172B4D;
font-size: 14px;
max-width: 250px;
/* The actual input - made opaque but styled so the cursor positions well */
}
form.aui .field-group .ffi {
float: none;
margin: 0;
padding: 0;
word-wrap: normal;
text-align: left;
width: 100%;
}
form.aui.top-label .field-group .ffi {
display: inline-block;
margin: 0;
width: 100%;
}
form.aui.long-label .field-group .ffi {
margin: 0;
width: 100%;
}
.ffi input[type="file"] {
padding: 0 5px;
}
.ffi[data-ffi-value]:after {
color: #172B4D;
padding: 0 5px;
}
.ffi:before {
background: rgba(9, 30, 66, 0.08);
border-left-color: #DFE1E6;
color: #344563;
padding: 0 10px;
}
.ffi:hover:before {
background: rgba(9, 30, 66, 0.13);
color: #344563;
}
.ffi:active:before,
.ffi:active:hover:before {
background-color: #DEEBFF;
background-image: none;
color: #0052CC;
text-decoration: none;
text-shadow: none;
}
.ffi.is-focused {
border-color: #C1C7D0;
}
.ffi.is-disabled {
background-color: #F4F5F7;
color: #97A0AF;
}
.ffi.is-disabled:before,
.ffi.is-disabled:hover:before,
.ffi.is-disabled:active:before,
.ffi.is-disabled:active:hover:before {
background-color: #F4F5F7;
border-color: #DFE1E6;
box-shadow: none;
color: #A5ADBA;
text-shadow: none;
}
.ffi.is-disabled:after {
color: #97A0AF;
}
/* The clear field button */
.ffi-clear {
background-image: none;
opacity: 1;
-ms-filter: none;
}
.ffi-clear:hover {
opacity: 1;
-ms-filter: none;
}
.ffi-clear::before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0;
font-family: "Adgs Icons";
font-weight: normal;
font-style: normal;
speak: none;
color: #7A869A;
content: "\f188";
font-size: 16px;
left: 0;
line-height: 1;
margin-top: -8px;
position: absolute;
text-indent: 0;
top: 50%;
}
.ffi-clear:hover::before {
color: #172B4D;
}
/*# sourceMappingURL=adg-fancy-file-input.css.map */