1
0
Fork 0

[frio] Restyle photo upload (#5427)

* Better wording in photo upload.

* [frio] Restyle photo uploader to conform to frio style.
This commit is contained in:
Andreas Neustifter 2018-07-20 21:23:12 +02:00 committed by Hypolite Petovan
commit 24fc070c5c
3 changed files with 99 additions and 3 deletions

View file

@ -217,7 +217,7 @@ a.btn:hover {
font-size: 12px;
}
.btn-primary {
background: $nav_bg;
background: $nav_bg !important;
color: $btn_primary_color !important;
}
.btn-primary:hover, .btn-primary:focus {
@ -3258,6 +3258,50 @@ section .profile-match-wrapper {
background-color: rgba(255,255,255,.85);
}
.qq-upload-button {
background: $nav_bg !important;
color: $btn_primary_color !important;
float: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-box-shadow: none;
background-image: none;
text-shadow: none;
border-radius: 3px;
outline: 0!important;
margin-bottom: 0;
font-size: 14px;
font-weight: 600;
padding: 8px 16px;
color: inherit;
width: 100% !important;
}
.qq-upload-drop-area {
background: white !important;
float: none;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-box-shadow: none;
background-image: none;
text-shadow: none;
border-radius: 3px;
outline: 0!important;
margin-bottom: 0;
font-size: 14px;
font-weight: 600;
padding: 8px 16px;
color: inherit;
width: 100% !important;
display: block !important;
position: relative !important;
border: black 1px dashed !important;
margin-bottom: 5px !important;
margin-top: 15px !important;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.mod-home.is-not-singleuser #content,