Sha256: 7848a4bad7836304da7a6c2a0931d7812c500a8f93f1ddaa6e0e85cb60216857

Contents?: true

Size: 1.57 KB

Versions: 19

Compression:

Stored size: 1.57 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;
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
kuppayam-0.1.25 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.24 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.23 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.22 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.21 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.20 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.19 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.18 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.17 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.16 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.15 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.14 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.13 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.12 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.11 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.10 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.8 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.7 app/assets/stylesheets/kuppayam/custom.css
kuppayam-0.1.6dev2 app/assets/stylesheets/kuppayam/custom.css