Skip to content

Commit 056b37e

Browse files
authored
Dark mode no data page is bright white (#24415)
* replaced hard coded colors to use theme specific ones * updating screenshots
1 parent fdfe189 commit 056b37e

17 files changed

Lines changed: 32 additions & 32 deletions

plugins/BotTracking/stylesheets/BotTracking.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313

1414
#bot-tracking-site-without-data {
15-
background: @color-white;
15+
background: @theme-color-background-base;
1616

1717
.top_controls {
18-
background: @color-white;
18+
background: @theme-color-background-base;
1919

2020
.quick-access {
2121
display: none;
Lines changed: 2 additions & 2 deletions
Loading
-1.96 KB
Loading

plugins/SitesManager/stylesheets/SitesManager.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ td.editable-site-field:hover {
134134
}
135135

136136
#site-without-data {
137-
background: @color-white;
137+
background: @theme-color-background-base;
138138

139139
.top_controls {
140-
background: @color-white;
140+
background: @theme-color-background-base;
141141

142142
.quick-access {
143143
display: none;
@@ -174,7 +174,7 @@ td.editable-site-field:hover {
174174
float: right;
175175

176176
> a, > span > a {
177-
color: @color-silver-dark;
177+
color: @theme-color-text-light;
178178
font-size: 14px;
179179
font-weight: 500;
180180
line-height: 24px;
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)