- Posts: 17
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
.btn-primary { border-color: #3d1100 !important; color: #3d1100 !important; background-color: #702000 !important; }
.btn-primary.active, .btn-primary:active { background-color: #3d1100 !important; color: #3d1100 !important; border-color: #3d1100 !important; }
.btn-primary:hover { background-color: #3d1100 !important; color: #3d1100 !important; border-color: #3d1100; !important; }
.btn-primary.active:hover { background-color: #3d1100 !important; color: #3d1100 !important; border-color: #3d1100 !important; }
.btn-primary { background-color: #90A4AE; border-color: #95A5A6; } .btn-primary:hover { background-color: #78909C; border-color: #2C3E50; } .btn-primary:active, .btn-primary.active { background-color: red !important; border-color: crimson !important; }
.fruity .button-item.btn-primary { background-color: #90A4AE; border-color: #95A5A6; } .fruity .button-item.btn-primary:hover { background-color: #78909C; border-color: #2C3E50; } .fruity .button-item.btn-primary:active, .fruity .button-item.btn-primary.active { background-color: red; border-color: red; } .fruity .button-item.btn-primary.active:hover, .fruity .button-item.btn-primary:active:hover { background-color: crimson; border-color: crimson; }