Sha256: ce45b1b428de447072de9cae6c0178a3dbd805ee15f128b7621e408161469502
Contents?: true
Size: 1.89 KB
Versions: 9
Compression:
Stored size: 1.89 KB
Contents
.login-page { padding-top: 100px !important} .login-page footer { color: #4b4b4b !important} // Alerts were showing text in dark colors. // Overriding it to white .alert {color: #fff !important} .alert p {color: #fff !important} .alert .close {color: #fff !important} .btn.btn-default.btn-only-hover, .btn.btn-white.btn-only-hover, .btn.btn-danger.btn-only-hover, .btn.btn-success.btn-only-hover, .btn.btn-primary.btn-only-hover, .btn.btn-gray.btn-only-hover, .btn.btn-secondary.btn-only-hover { background-color: #fff !important; color: #333 !important; border: 1px solid #ddd !important; } .btn.btn-danger.btn-only-hover:hover{ background-color: #f2f2f2 !important; color: #333 !important; border: 1px solid #ddd !important; } .btn.btn-danger.btn-only-hover:hover{ background-color: #cc3f44 !important; color: #fff !important; border: 1px solid #bf3338 !important; } .btn.btn-success.btn-only-hover:hover{ color: #fff !important; background-color: #72a230 !important; border-color: #5f8628 !important; } .btn.btn-gray.btn-only-hover:hover{ background-color: #eee !important; color: #333 !important; border-color: #202122 !important; } .btn.btn-primary.btn-only-hover:hover{ background-color: #2c2e2f !important; color: #fff !important; border: 1px solid #202122 !important; } .btn.btn-secondary.btn-only-hover:hover{ background-color: #68b828 !important; color: #fff !important; } // Fix for overriding fa-class conflicts .fade-in-effect { display:block !important; } // Adding Word-break for Chrome .word-break { word-break: break-all !important; } // Modal Form CSS Tweaks .form-horizontal .form-inputs label.kuppayam-label {padding-top: 0px; font-size: 12px; color: #a2a2a2;} .modal .modal-dialog .modal-content {padding:20px; border: 4px solid darkgray;} .modal .modal-dialog .modal-content .modal-header { padding-bottom: 5px; border-bottom-width: 1px; margin-bottom:10px;}
Version data entries
9 entries across 9 versions & 1 rubygems