mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
tweak background color of alt-views
This commit is contained in:
+5
-3
@@ -188,7 +188,7 @@ body::-webkit-scrollbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alt-view {
|
.alt-view {
|
||||||
background-color: #222;
|
background-color: #111;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
.alt-title {
|
.alt-title {
|
||||||
@@ -256,6 +256,7 @@ body::-webkit-scrollbar {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
.mono-font(1.5rem);
|
.mono-font(1.5rem);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@@ -658,7 +659,8 @@ body::-webkit-scrollbar {
|
|||||||
.copy-control {
|
.copy-control {
|
||||||
width: 0;
|
width: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: none;
|
display: block;
|
||||||
|
visibility: hidden;
|
||||||
|
|
||||||
.inner-copy {
|
.inner-copy {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -679,7 +681,7 @@ body::-webkit-scrollbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover .copy-control {
|
&:hover .copy-control {
|
||||||
display: block !important;
|
visibility: visible !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user