selection 样式

This commit is contained in:
Jesse-Ma
2023-04-03 11:05:00 +08:00
parent d3a29444bf
commit a9e7f88412
2 changed files with 10 additions and 10 deletions

View File

@@ -81,23 +81,23 @@ body {
#noteText::selection { #noteText::selection {
background: #ed4014; background: #dddddd;
color: white; color: #ed4014;
} }
#noteText::-moz-selection { #noteText::-moz-selection {
background: #ed4014; background: #dddddd;
color: white; color: #ed4014;
} }
#noteText br::selection { #noteText br::selection {
background: #ed4014; background: #dddddd;
color: white; color: #ed4014;
} }
#noteText br::-moz-selection { #noteText br::-moz-selection {
background: #ed4014; background: #dddddd;
color: white; color: #ed4014;
} }
.noteUrl { .noteUrl {

View File

@@ -80,8 +80,8 @@
} }
#qrUrl::selection { #qrUrl::selection {
background-color: #ed4014; background: #dddddd;
color: #ffffff; color: #ed4014;
} }
#copyBtn { #copyBtn {