This commit is contained in:
vinceliuice 2020-12-29 08:52:29 +08:00
parent e523cda4ee
commit b82d5906ca
9 changed files with 55 additions and 0 deletions

View file

@ -2542,6 +2542,12 @@ StEntry StLabel.hint-text {
-pie-background-color: rgba(201, 221, 253, 0.3);
}
.select-area-rubberband {
background-color: rgba(8, 96, 242, 0.3);
border: 1px solid #0860f2;
border-radius: 3px;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;

View file

@ -2542,6 +2542,12 @@ StEntry StLabel.hint-text {
-pie-background-color: rgba(201, 221, 253, 0.3);
}
.select-area-rubberband {
background-color: rgba(8, 96, 242, 0.3);
border: 1px solid #0860f2;
border-radius: 3px;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;

View file

@ -2542,6 +2542,12 @@ StEntry StLabel.hint-text {
-pie-background-color: rgba(201, 221, 253, 0.3);
}
.select-area-rubberband {
background-color: rgba(8, 96, 242, 0.3);
border: 1px solid #0860f2;
border-radius: 3px;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;

View file

@ -2542,6 +2542,12 @@ StEntry StLabel.hint-text {
-pie-background-color: rgba(201, 221, 253, 0.3);
}
.select-area-rubberband {
background-color: rgba(8, 96, 242, 0.3);
border: 1px solid #0860f2;
border-radius: 3px;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;

View file

@ -2542,6 +2542,12 @@ StEntry StLabel.hint-text {
-pie-background-color: rgba(201, 221, 253, 0.3);
}
.select-area-rubberband {
background-color: rgba(8, 96, 242, 0.3);
border: 1px solid #0860f2;
border-radius: 3px;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;

View file

@ -2542,6 +2542,12 @@ StEntry StLabel.hint-text {
-pie-background-color: rgba(201, 221, 253, 0.3);
}
.select-area-rubberband {
background-color: rgba(8, 96, 242, 0.3);
border: 1px solid #0860f2;
border-radius: 3px;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;

View file

@ -2542,6 +2542,12 @@ StEntry StLabel.hint-text {
-pie-background-color: rgba(201, 221, 253, 0.3);
}
.select-area-rubberband {
background-color: rgba(8, 96, 242, 0.3);
border: 1px solid #0860f2;
border-radius: 3px;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;

View file

@ -2542,6 +2542,12 @@ StEntry StLabel.hint-text {
-pie-background-color: rgba(201, 221, 253, 0.3);
}
.select-area-rubberband {
background-color: rgba(8, 96, 242, 0.3);
border: 1px solid #0860f2;
border-radius: 3px;
}
.caps-lock-warning-label {
text-align: center;
padding-bottom: 8px;

View file

@ -16,6 +16,13 @@
-pie-background-color: lighten(transparentize($primary_color, 0.7), 40%);
}
// Rubberband for select-area screenshots
.select-area-rubberband {
background-color: transparentize($primary_color, 0.7);
border: 1px solid $primary_color;
border-radius: 3px;
}
// Caps-lock warning
.caps-lock-warning-label {
text-align: center;