mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:56:47 +00:00
refactor/comment out the override.css first
This commit is contained in:
parent
aa37dde5e3
commit
c2b602fa60
@ -1,29 +1,29 @@
|
||||
/* Override Log on/out button */
|
||||
.navbar-btn .btn-default {
|
||||
font-family: UniversNextforDolphin-Regular;
|
||||
font-size: 16px;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
background: #DB0011;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
}
|
||||
.navbar-btn .btn-default:hover {
|
||||
background: #AF000D;
|
||||
}
|
||||
.navbar-btn .btn-default:active {
|
||||
background: #83000A;
|
||||
}
|
||||
/*!* Override Log on/out button *!*/
|
||||
/*.navbar-btn .btn-default {*/
|
||||
/* font-family: UniversNextforDolphin-Regular;*/
|
||||
/* font-size: 16px;*/
|
||||
/* color: #FFFFFF;*/
|
||||
/* text-align: center;*/
|
||||
/* line-height: 24px;*/
|
||||
/* background: #DB0011;*/
|
||||
/* border-radius: 0;*/
|
||||
/* border: 0;*/
|
||||
/*}*/
|
||||
/*.navbar-btn .btn-default:hover {*/
|
||||
/* background: #AF000D;*/
|
||||
/*}*/
|
||||
/*.navbar-btn .btn-default:active {*/
|
||||
/* background: #83000A;*/
|
||||
/*}*/
|
||||
|
||||
.navbar-default {
|
||||
background-color: #333333;
|
||||
border: none;
|
||||
}
|
||||
.btn-primary {
|
||||
background-color: #F3F3F3;
|
||||
border: 1px solid #333333;
|
||||
border-radius: 0;
|
||||
outline: 0;
|
||||
color: #000;
|
||||
}
|
||||
/*.navbar-default {*/
|
||||
/* background-color: #333333;*/
|
||||
/* border: none;*/
|
||||
/*}*/
|
||||
/*.btn-primary {*/
|
||||
/* background-color: #F3F3F3;*/
|
||||
/* border: 1px solid #333333;*/
|
||||
/* border-radius: 0;*/
|
||||
/* outline: 0;*/
|
||||
/* color: #000;*/
|
||||
/*}*/
|
||||
Loading…
Reference in New Issue
Block a user