修复了一些已知问题
This commit is contained in:
@@ -350,6 +350,33 @@ tr:hover {
|
||||
background: #2f855a;
|
||||
}
|
||||
|
||||
.btn-warning {
|
||||
background: #d69e2e;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-warning:hover {
|
||||
background: #b7791f;
|
||||
}
|
||||
|
||||
.btn-info {
|
||||
background: #3182ce;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-info:hover {
|
||||
background: #2b6cb0;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background: #718096;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
background: #4a5568;
|
||||
}
|
||||
|
||||
.btn-sm {
|
||||
padding: 4px 10px;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user