Browse Source

asdsadsdasd

pull/11/head
gilbN 5 years ago
parent
commit
2d9509318b
  1. 4
      CSS/themes/orgarr-plex.css
  2. 7
      CSS/themes/orgarr.css

4
CSS/themes/orgarr-plex.css

@ -1309,7 +1309,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover {
background: rgba(0, 0, 0, 0.25) none!important;
color: rgb(255, 255, 255)!important;
}
.ui.basic.active.button, .ui.basic.buttons .active.button {
color: rgb(255, 255, 255)!important;
}
.ui.basic.button:hover, .ui.basic.buttons .button:hover {
background: hsla(0,0%,100%,.08) !IMPORTANT;
color: #fff!important;

7
CSS/themes/orgarr.css

@ -1252,7 +1252,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover {
background: rgba(0, 0, 0, 0.25) none!important;
color: rgb(255, 255, 255)!important;
}
.ui.basic.active.button, .ui.basic.buttons .active.button {
color: rgb(255, 255, 255)!important;
}
.ui.basic.button:hover, .ui.basic.buttons .button:hover {
background: hsla(0,0%,100%,.08) !IMPORTANT;
color: #fff!important;
@ -1349,3 +1351,6 @@ table.dataTable thead th, table.dataTable thead td {
-webkit-box-shadow: none;
box-shadow: none;
}
[data-tooltip]:not([data-position]):before {
background: #1b1c1d !important;
}

Loading…
Cancel
Save