1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-27 06:12:54 +01:00

arr table border top

This commit is contained in:
Marius 2021-06-19 22:09:44 +02:00
parent 9d7b8b4d37
commit 55add57f7f
4 changed files with 16 additions and 0 deletions

View File

@ -443,6 +443,10 @@ a:hover {
color: var(--text-hover);
}
[class*="TableRowCell-cell-"] {
border-top: 1px solid rgb(255 255 255 / 25%);
}
/* TOP MENU SERIES */
[class*="PageToolbar-toolbar-"] {
background-color: rgba(0, 0, 0, .25);

View File

@ -407,6 +407,10 @@ a:hover {
color: var(--text-hover);
}
[class*="TableRowCell-cell-"] {
border-top: 1px solid rgb(255 255 255 / 25%);
}
/* TOP MENU SERIES */
[class*="PageToolbar-toolbar-"] {
background-color: rgba(0, 0, 0, .25);

View File

@ -411,6 +411,10 @@ a:hover {
color: var(--text-hover);
}
[class*="TableRowCell-cell-"] {
border-top: 1px solid rgb(255 255 255 / 25%);
}
/* TOP MENU SERIES */
[class*="PageToolbar-toolbar-"] {
background-color: rgba(0, 0, 0, .25);

View File

@ -442,6 +442,10 @@ a:hover {
color: var(--text-hover);
}
[class*="TableRowCell-cell-"] {
border-top: 1px solid rgb(255 255 255 / 25%);
}
/* TOP MENU SERIES */
[class*="PageToolbar-toolbar-"] {
background-color: rgba(0, 0, 0, .25);