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 {
background: #ed4014;
color: white;
background: #dddddd;
color: #ed4014;
}
#noteText::-moz-selection {
background: #ed4014;
color: white;
background: #dddddd;
color: #ed4014;
}
#noteText br::selection {
background: #ed4014;
color: white;
background: #dddddd;
color: #ed4014;
}
#noteText br::-moz-selection {
background: #ed4014;
color: white;
background: #dddddd;
color: #ed4014;
}
.noteUrl {

View File

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