Merge pull request #6175 from Sanjaybhattwebkul/thad-border

Issue #6164 fixed
This commit is contained in:
Jitendra Singh 2022-03-30 13:09:44 +05:30 committed by GitHub
commit becb805e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
"/js/velocity.js": "/js/velocity.js?id=f655ac65cbd1aa549cba57f77b9a4344",
"/js/manifest.js": "/js/manifest.js?id=e069a8f952a02ea0f290bcca8fab930e",
"/js/components.js": "/js/components.js?id=13ebf112e40292178d2386143e9d75cd",
"/css/velocity.css": "/css/velocity.css?id=bba65352574a5ae54c4a83a2cc04e3ee",
"/css/velocity.css": "/css/velocity.css?id=cb245bd15982a7a134b7cf5f2afd31a4",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3ff45a44f9778f",
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a58377422766f3152e15486",
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e29f6c6cec91e8",

View File

@ -33,6 +33,11 @@
padding: 12px 10px;
background: #f8f9fa;
color: $font-color;
border-right: 1px solid #ccc !important;
&:last-child {
border-right: none;
}
}
tbody td {