Optimize css for skin editor.
This commit is contained in:
@@ -22,14 +22,14 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tgbtn-active {
|
|
||||||
background-color: lightblue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tgbtn:hover {
|
.tgbtn:hover {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tgbtn-active, .tgbtn-active:hover {
|
||||||
|
background-color: lightblue;
|
||||||
|
}
|
||||||
|
|
||||||
#toolbar .tgbtn {
|
#toolbar .tgbtn {
|
||||||
min-width: 64px;
|
min-width: 64px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -124,9 +124,6 @@ input {
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.t-statement > .btn {
|
|
||||||
}
|
|
||||||
|
|
||||||
.t-node:hover > .btn {
|
.t-node:hover > .btn {
|
||||||
transition: 0.25s;
|
transition: 0.25s;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -267,12 +264,12 @@ input {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.tgbtn-active {
|
|
||||||
background-color: darkslateblue;
|
|
||||||
}
|
|
||||||
.tgbtn:hover {
|
.tgbtn:hover {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
}
|
}
|
||||||
|
.tgbtn-active, .tgbtn-active:hover {
|
||||||
|
background-color: darkslateblue;
|
||||||
|
}
|
||||||
.t-internal {
|
.t-internal {
|
||||||
background-color: dimgray;
|
background-color: dimgray;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user