Browse Source

bazarr base fixes

pull/256/head
Marius 4 years ago
parent
commit
4e54ad649d
  1. 8
      CSS/themes/bazarr/bazarr-base.css

8
CSS/themes/bazarr/bazarr-base.css

@ -10,7 +10,7 @@
/* Made by @gilbN */ /* Made by @gilbN */
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
@import url("https://theme-park/CSS/defaults/placeholders.css"); @import url("https://theme-park.dev/CSS/defaults/placeholders.css");
* { * {
outline: none; outline: none;
@ -99,6 +99,10 @@ a:hover {
color: var(--text-hover); color: var(--text-hover);
} }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgb(0 0 0 / 15%);
}
h1, h1,
h2, h2,
h3, h3,
@ -305,7 +309,7 @@ label,
/* PAGES */ /* PAGES */
.content-header.bg-dark { .content-header.bg-dark {
background: var(--main-bg-color) !important; background: var(--main-bg-color);
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed; background-attachment: fixed, fixed;
background-position: center center, center center; background-position: center center, center center;

Loading…
Cancel
Save