We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d09da61 + 2f221b7 commit 680d0c4Copy full SHA for 680d0c4
redisinsight/ui/src/packages/redisgraph/src/styles/styles.less
@@ -10,12 +10,14 @@
10
--info-background: #20222B;
11
--info-color: white;
12
--svg-background: #010101;
13
+ --tooltip-background: #3E4B5E;
14
}
15
16
.theme_LIGHT {
17
--info-background: white;
18
--info-color: black;
19
--svg-background: #FFFFFF;
20
+ --tooltip-background: white;
21
22
23
@@ -251,3 +253,13 @@
251
253
padding: 12px !important;
252
254
font-family: monospace !important;
255
256
+
257
+.euiToolTip {
258
+ color: var(--info-color) !important;
259
+ background-color: var(--tooltip-background) !important;
260
+ font-size: 12px !important;
261
+}
262
263
+.euiToolTip__arrow {
264
265
0 commit comments