- 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.
/*Buttons*/ .btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: 0 0 0 0.25rem #4883a3; } .btn-primary { background-color: #4883a3; border-color: #4883a3; color: #ffffff; box-shadow: 0 0 0 0.25rem #4883a3; } .btn-primary:hover { color: #ffffff; background-color: #4883a3; border-color: #4883a3; } .btn-check:focus + .btn-primary, .btn-primary:focus { color: #ffffff; background-color: #4883a3; border-color: #4883a3; box-shadow: 0 0 0 0.25rem rgba(68, 100.3, 216.75, 0.5); } .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { color: #ffffff; background-color: #4883a3; border-color: #4883a3; } .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(68, 100.3, 216.75, 0.5); } .btn-primary:disabled, .btn-primary.disabled { color: #ffffff; background-color: #5076FF; border-color: #5076FF; }
Please Log in to join the conversation.
.btn-primary { border-color: rgb(12,123,220) !important; color: black !important ; background-color: white !important; font-weight: bold !important; } /* Active */ .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary { background-color: rgb(255,194,10) !important; color: #FFF !important; border-color: rgb(255,194,10) !important; } /* Normal and mouse over */ .btn-primary:hover { background-color: rgb(180,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.
/*Buttons*/ .btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: 0 0 0 0.25rem #4883a3; } .btn-primary { background-color: #4883a3; border-color: #4883a3; color: #ffffff; box-shadow: 0 0 0 0.25rem #4883a3; } .btn-primary:hover { color: #ffffff; background-color: #4883a3; border-color: #4883a3; } /* Active */ .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary { background-color: #4883a3 !important; color: #FFF !important; border-color: #4883a3 !important; } /* Normal and mouse over */ .btn-primary:hover { background-color: #4883a3!important; color: #FFF !important; border-color: #4883a3 !important; } /* Active and move the mouse over it */ .btn-primary.active:hover { background-color: #4883a3 !important; color: #FFF !important; border-color: #4883a3 !important; }
Please Log in to join the conversation.
Please Log in to join the conversation.
/* Normal and mouse over */ .btn-primary:hover { background-color: #4883a3 !important; color: #FFF !important; border-color: #4883a3 !important; box-shadow: 0 0 0 0.25rem #bfd3e3; } /* Active and move the mouse over it */ .btn-primary.active:hover { background-color: #4883a3 !important; color: #FFF !important; border-color: #4883a3 !important; /*box-shadow: .16rem .16rem 0.02rem 0.15rem #bfd3e3 !important;*/ } /* Active, but mouse is *outside* the button */ .btn-primary:active:not(:hover) { background-color: #4883a3; color: #FFF ; border-color: #4883a3; } /* Release click while outside button */ .btn-primary:not(:hover):not(:active) { background-color: #4883a3; /* Revert to original background */ color: #ffffff; /* Revert to original text color */ border-color: #4883a3 ; /* Revert to original border color */ }
Please Log in to join the conversation.
.btn-primary { background-color: #4883a3 !important; color: #FFF !important; border-color: #4883a3 !important; } .btn-primary:hover { background-color: #4883a3 !important; color: #FFF !important; border-color: #4883a3 !important; box-shadow: 0 0 0 0.25rem #bfd3e3; } .btn-primary:active { background-color: #4883a3 !important; color: #FFF !important; border-color: red !important; box-shadow: 0 0 0 0.25rem red !important; }
Really? You have more than 50 posts in the German part, and you have to use Google to find the forum?Because google dropped me here
Please Log in to join the conversation.
Please Log in to join the conversation.