new badge styling

This commit is contained in:
Burak Civan 2022-11-17 12:25:46 +03:00
parent fdcd3dddf3
commit 239de33404
2 changed files with 20 additions and 0 deletions

10
public/css/app.css vendored
View File

@ -53686,6 +53686,16 @@ table thead a:hover{
padding-right: 8px !important;
}
.el-select-dropdown__item .new-badge {
width: 45px !important;
margin-left: 8px;
z-index: 99;
}
.el-select-dropdown__item .new-badge:hover {
background-color: #6ea152;
}
.el-select-dropdown__item .material-icons {
padding-right: 0 !important;
padding-left: 0 !important;

View File

@ -308,6 +308,16 @@
padding-right: 8px !important;
}
.el-select-dropdown__item .new-badge {
width: 45px !important;
margin-left: 8px;
z-index: 99;
}
.el-select-dropdown__item .new-badge:hover {
background-color: #6ea152;
}
.el-select-dropdown__item .material-icons {
padding-right: 0 !important;
padding-left: 0 !important;