* Add tooltip of copy url.

This commit is contained in:
zhaoke
2023-07-25 20:10:44 +08:00
parent ace43ac419
commit fac90c0543
6 changed files with 26 additions and 8 deletions
+2 -1
View File
@@ -4,4 +4,5 @@
.ops-header .form-label {font-weight: 700!important;}
.osOpsList>a {display: block; padding: 2px 10px 2px 5px; overflow: hidden; line-height: 20px; text-overflow: unset; white-space: nowrap; border-radius: 4px; color: #313c52; margin-top: 5px;}
.osOpsList>a.active {color: #2e7fff; background-color: #e6f0ff;}
.osOpsList>a.active:hover, .osOpsList>a:hover {color: #fff; background-color: #2e7fff;}
.osOpsList>a.active:hover, .osOpsList>a:hover {color: #fff; background-color: #2e7fff;}
.ops-ml-0 {margin-left: 0!important;}