Skip to content

Commit 12840ac

Browse files
author
Mostafa Moradi
committed
css change
1 parent 073b889 commit 12840ac

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

resources/css/theme.css

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3609,4 +3609,42 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::input_placeholder_color')
36093609

36103610
.repeater-item-controls a i{
36113611
color: #fff !important;
3612+
}
3613+
3614+
.table th, .table td {
3615+
border: 0 !important;
3616+
border-bottom: 1px solid #E5E5E5 !important;
3617+
}
3618+
3619+
.status-led {
3620+
display: inline-block;
3621+
margin-right: 5px;
3622+
border-radius: 50%;
3623+
width: 10px;
3624+
height: 10px;
3625+
}
3626+
3627+
.table > thead > tr > th, .table > thead > tr > td > a, .table > tbody > tr > th > a, .table > tbody > tr > td > a, .table > tfoot > tr > th > a, .table > tfoot > tr > td > a, .table thead th a {
3628+
color: #000000 !important;
3629+
}
3630+
3631+
.table > tbody > tr > td {
3632+
color: #000000;
3633+
}
3634+
.priority-btn {
3635+
display: inline-block;
3636+
padding: 2px 10px;
3637+
border-radius: 5px;
3638+
font-size: 14px;
3639+
}
3640+
.priority-high-btn {
3641+
color: #F56666;
3642+
background-color: rgba(245, 102, 102, 0.1);
3643+
}
3644+
.priority-normal-btn {
3645+
color: #FFBB00;
3646+
background-color: rgba(255, 187, 0, 0.1);
3647+
}
3648+
.priority-low-btn {
3649+
background-color: #fafafa;
36123650
}

0 commit comments

Comments
 (0)