mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Improve new .tabs CSS from
This commit is contained in:
parent
d7a30cba79
commit
637ed9a478
4 changed files with 56 additions and 67 deletions
5
vendors/bootstrap/less/tables.less
vendored
5
vendors/bootstrap/less/tables.less
vendored
|
|
@ -47,10 +47,9 @@
|
|||
.table-bordered {
|
||||
border: 1px solid @tableBorder;
|
||||
border-collapse: separate; // Done so we can round those corners!
|
||||
border-left: 0;
|
||||
border-radius: 4px;
|
||||
th,
|
||||
td {
|
||||
th + th,
|
||||
td + td {
|
||||
border-left: 1px solid @tableBorder;
|
||||
}
|
||||
// Prevent a double border
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue