Files
hustoj/web/bsadmin/assets/css/menu-upload.css
2024-10-10 12:56:56 +08:00

67 lines
1.6 KiB
CSS

.dark-browse-input-box {
border-radius: 0;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 12px;
color: #000000;
border: 1px solid #e7e7e7; }
.dark-browse-input-box .dark-input-button {
border-radius: 0;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
background: #fff;
border: none !important;
color: #f96332; }
.dark-browse-input-box .dark-input-button i {
font-weight: bold;
font-size: 17px; }
.dark-browse-input-box .dark-input-button:hover {
background: #fff;
color: #f96332;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: none !important; }
.dark-browse-input-box .dark-input-button:focus {
outline: none;
border: none !important;
background: none !important; }
.file-input {
position: relative;
font-size: 14px; }
.file-input label {
position: absolute;
top: -2px;
right: 0;
bottom: 0;
margin: 0; }
.file-input label:focus {
outline: none;
border: none !important;
background: none !important; }
.file-input .btn {
position: absolute;
right: 6px;
top: 7px;
bottom: 6px;
max-width: 100px;
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
line-height: 32px; }
.file-input .btn input {
width: 0;
height: 0; }
.file-input .file-name {
float: left;
width: 100%;
border: 0;
background: transparent; }
/*# sourceMappingURL=menu-upload.css.map */