|
|
@@ -3500,7 +3500,10 @@ form#vstobjects.suspended {
|
|
|
border-top-left-radius: 6px;
|
|
|
border-top-right-radius: 6px;
|
|
|
box-shadow: 0px 3px 40px rgba(0,0,0,0.6);
|
|
|
+ line-height: 1rem;
|
|
|
+ cursor: default;
|
|
|
}
|
|
|
+
|
|
|
.shortcuts .header {
|
|
|
border-bottom: 1px solid #333;
|
|
|
height: 43px;
|
|
|
@@ -3508,7 +3511,7 @@ form#vstobjects.suspended {
|
|
|
|
|
|
.shortcuts .title {
|
|
|
text-transform: uppercase;
|
|
|
- color: #ffcc00;
|
|
|
+ color: #ff3478;
|
|
|
padding: 7px 0 7px 14px;
|
|
|
display: inline-block;
|
|
|
float: left;
|
|
|
@@ -3525,13 +3528,14 @@ form#vstobjects.suspended {
|
|
|
width: 46px;
|
|
|
}
|
|
|
.shortcuts .close:hover {
|
|
|
- background-color: #000;
|
|
|
+ color: #db0000;
|
|
|
}
|
|
|
.shortcuts .close:active {
|
|
|
- background-color: #3b9de8;
|
|
|
+ color: #a60000;
|
|
|
}
|
|
|
.shortcuts .close .fas {
|
|
|
- font-size: 1.3rem;
|
|
|
+ font-size: 0.8rem;
|
|
|
+ line-height: 1.4rem;
|
|
|
}
|
|
|
.shortcuts ul {
|
|
|
list-style-type: none;
|
|
|
@@ -3547,13 +3551,14 @@ form#vstobjects.suspended {
|
|
|
padding-top: 30px;
|
|
|
}
|
|
|
.shortcuts ul li span {
|
|
|
- color: #48F4EF;
|
|
|
+ color: #ff3478;
|
|
|
display: inline-block;
|
|
|
font-weight: 600;
|
|
|
padding: 0 20px 0 0;
|
|
|
text-align: right;
|
|
|
/* width: 140px;*/
|
|
|
}
|
|
|
+
|
|
|
.shortcuts ul li span.bigger {
|
|
|
font-size: 18px;
|
|
|
}
|