mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix Tooltips in Dark Theme
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&.default {
|
&.default {
|
||||||
background-color: var(--white);
|
background-color: var(--popoverBodyBackgroundColor);
|
||||||
box-shadow: 0 5px 10px var(--popoverShadowColor);
|
box-shadow: 0 5px 10px var(--popoverShadowColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -168,10 +168,11 @@ module.exports = {
|
|||||||
//
|
//
|
||||||
// Popover
|
// Popover
|
||||||
|
|
||||||
popoverTitleBackgroundColor: '#f7f7f7',
|
popoverTitleBackgroundColor: '#424242',
|
||||||
popoverTitleBorderColor: '#ebebeb',
|
popoverTitleBorderColor: '#2a2a2a',
|
||||||
|
popoverBodyBackgroundColor: '#2a2a2a',
|
||||||
popoverShadowColor: 'rgba(0, 0, 0, 0.2)',
|
popoverShadowColor: 'rgba(0, 0, 0, 0.2)',
|
||||||
popoverArrowBorderColor: '#fff',
|
popoverArrowBorderColor: '#2a2a2a',
|
||||||
|
|
||||||
popoverTitleBackgroundInverseColor: '#595959',
|
popoverTitleBackgroundInverseColor: '#595959',
|
||||||
popoverTitleBorderInverseColor: '#707070',
|
popoverTitleBorderInverseColor: '#707070',
|
||||||
|
@@ -170,6 +170,7 @@ module.exports = {
|
|||||||
|
|
||||||
popoverTitleBackgroundColor: '#f7f7f7',
|
popoverTitleBackgroundColor: '#f7f7f7',
|
||||||
popoverTitleBorderColor: '#ebebeb',
|
popoverTitleBorderColor: '#ebebeb',
|
||||||
|
popoverBodyBackgroundColor: '#e9e9e9',
|
||||||
popoverShadowColor: 'rgba(0, 0, 0, 0.2)',
|
popoverShadowColor: 'rgba(0, 0, 0, 0.2)',
|
||||||
popoverArrowBorderColor: '#fff',
|
popoverArrowBorderColor: '#fff',
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user