modify app.css
This commit is contained in:
parent
0a91445ddd
commit
77a5bd2eb6
|
@ -1,10 +1,9 @@
|
||||||
/* Disable text selection for the entire page */
|
/* Disable text selection for the entire page */
|
||||||
body {
|
.mainframe {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the selected text */
|
|
||||||
::selection {
|
.apexcharts-toolbar {
|
||||||
background-color: transparent; /* Set the background color to transparent */
|
display: none !important;
|
||||||
color: #000; /* Set the text color for selected text */
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue