selection 样式
This commit is contained in:
16
src/App.vue
16
src/App.vue
@@ -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 {
|
||||
|
||||
@@ -80,8 +80,8 @@
|
||||
}
|
||||
|
||||
#qrUrl::selection {
|
||||
background-color: #ed4014;
|
||||
color: #ffffff;
|
||||
background: #dddddd;
|
||||
color: #ed4014;
|
||||
}
|
||||
|
||||
#copyBtn {
|
||||
|
||||
Reference in New Issue
Block a user