Skip to content

Commit 9cba29b

Browse files
committed
Apply styling of tables to cards.
1 parent 174786d commit 9cba29b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/webapp/css/jenkins-style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,18 @@ pre {
4747
/* ------------------------------------------------------------------------------------------------------------------- */
4848
.card {
4949
background-color: var(--background);
50+
border-radius: calc(var(--table-border-radius) + 2px);
51+
border-width: 5px;
52+
border-color: var(--table-background);
5053
color: var(--text-color);
5154
font-size: inherit;
5255
}
5356

5457
.card-header {
5558
font-size: 1.1rem;
5659
font-weight: 500;
57-
margin-bottom: 1.5rem;
58-
background: var(--item-background--hover);
60+
background: var(--table-background);
61+
border-bottom: var(--table-background);
5962
}
6063

6164
.card-header-title {

0 commit comments

Comments
 (0)