Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit a3637f8

Browse files
committed
#6 CSS tweaking
1 parent 78b4a03 commit a3637f8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

data/css/frame-table.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@
150150
height: 16px;
151151
font-weight: bold;
152152
background-color: #C8D2DC;
153-
border: 1px solid rgba(0, 0, 0, 0.1);
154-
padding-bottom: 1px;
153+
border-top: 1px solid rgba(0, 0, 0, 0.1);
154+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
155+
padding-bottom: 2px;
155156
}
156157

157158
.frameTFoot td span {
@@ -188,7 +189,7 @@
188189
.theme-light .frameTFoot td,
189190
.theme-dark .frameTFoot td {
190191
background-color: var(--theme-toolbar-background);
191-
border: 1px solid var(--table-splitter-color);
192+
border-top: 1px solid var(--table-splitter-color);
193+
border-bottom: 1px solid var(--table-splitter-color);
192194
height: 18px;
193-
padding-bottom: 2px;
194195
}

0 commit comments

Comments
 (0)