mirror of https://github.com/zulip/zulip.git
css: Remove unused btn-info styles.
This commit is contained in:
parent
ee9a9bfa98
commit
371dea3f0d
|
@ -113,18 +113,6 @@ THE SOFTWARE.
|
|||
color: #fff;
|
||||
background-color: #333;
|
||||
}
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #5bc0de;
|
||||
border-color: #46b8da;
|
||||
}
|
||||
.btn-info:hover,
|
||||
.btn-info:focus,
|
||||
.btn-info:active {
|
||||
color: #fff;
|
||||
background-color: #39b3d7;
|
||||
border-color: #269abc;
|
||||
}
|
||||
.btn-warning {
|
||||
color: #fff;
|
||||
background-color: #f0ad4e;
|
||||
|
|
Loading…
Reference in New Issue