refactor/comment out the override.css first

This commit is contained in:
Hongwei 2021-09-30 15:25:24 +02:00
parent aa37dde5e3
commit c2b602fa60

View File

@ -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;*/
/*}*/