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