- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
/******************
User custom CSS
In this file you can add your own custom CSS
It will be loaded last, so you can override any other property.
Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/* Change bootstrap buttons */
/* Normal */
.btn-primary {
border-color: rgb(12,123,220) !important;
color: black !important ;
background-color: white !important;
font-weight: bold !important;
}
/* Active */
.btn-primary.active, .btn-primary:active {
background-color: rgb(255,194,10) !important;
color: #FFC20A !important;
border-color: rgb(255,194,10) !important;
}
/* Normal and mouse over */
.btn-primary:hover {
background-color: rgb(255,194,10) !important;
color: #FFF !important;
border-color: rgb(255,194,10) !important;
}
/* Active and move the mouse over it */
.btn-primary.active:hover {
background-color: rgb(255,194,10) !important;
color: #FFF !important;
border-color: rgb(255,194,10) !important;
}
Please Log in to join the conversation.
/* Normal */ .fruity .btn-primary { border-color: rgb(12,123,220) !important; color: black !important ; background-color: white !important; font-weight: bold !important; } /* Active */ .fruity .btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary { background-color: rgb(255,194,10) !important; color: #FFC20A !important; border-color: rgb(255,194,10) !important; } /* Normal and mouse over */ .fruity .btn-primary:hover { background-color: rgb(255,194,10) !important; color: #FFF !important; border-color: rgb(255,194,10) !important; } /* Active and move the mouse over it */ .fruity .btn-primary.active:hover { background-color: rgb(255,194,10) !important; color: #FFF !important; border-color: rgb(255,194,10) !important; }
Please Log in to join the conversation.
/******************
User custom CSS
In this file you can add your own custom CSS
It will be loaded last, so you can override any other property.
Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/* Change bootstrap buttons */
/* Normal */
.fruity .btn-primary {
border-color: rgb(12,123,220) !important;
color: black !important ;
background-color: white !important;
font-weight: bold !important;
}
/* Active */
.fruity .btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary {
background-color: rgb(255,194,10) !important;
color: rgb(12, 123, 220) !important;
border-color: rgb(255,194,10) !important;
}
/* Normal and mouse over */
.fruity .btn-primary:hover {
background-color: rgb(255,194,10) !important;
color: #FFF !important;
border-color: rgb(255,194,10) !important;
}
/* Active and move the mouse over it */
.fruity .btn-primary.active:hover {
background-color: rgb(255,194,10) !important;
color: #FFF !important;
border-color: rgb(255,194,10) !important;
}
Please Log in to join the conversation.