Browse Source

arr table border top

pull/214/head
Marius 3 years ago
parent
commit
55add57f7f
  1. 4
      CSS/themes/lidarr/lidarr-base.css
  2. 4
      CSS/themes/prowlarr/prowlarr-base.css
  3. 4
      CSS/themes/radarr/radarr-base.css
  4. 4
      CSS/themes/readarr/readarr-base.css

4
CSS/themes/lidarr/lidarr-base.css

@ -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);

4
CSS/themes/prowlarr/prowlarr-base.css

@ -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);

4
CSS/themes/radarr/radarr-base.css

@ -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);

4
CSS/themes/readarr/readarr-base.css

@ -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);

Loading…
Cancel
Save