mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 02:06:53 +08:00
[spine-player] Tabs, not spaces.
This commit is contained in:
parent
2a361cd46d
commit
5b0d446b1f
@ -12,11 +12,11 @@
|
|||||||
font-family: "PT Sans",Arial,"Helvetica Neue",Helvetica,Tahoma,sans-serif;
|
font-family: "PT Sans",Arial,"Helvetica Neue",Helvetica,Tahoma,sans-serif;
|
||||||
color: #dddddd;
|
color: #dddddd;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-khtml-user-select: none;
|
-khtml-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spine-player-error {
|
.spine-player-error {
|
||||||
@ -55,13 +55,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.spine-player-slider:hover .spine-player-slider-value {
|
.spine-player-slider:hover .spine-player-slider-value {
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background: rgba(98, 176, 238, 1);
|
background: rgba(98, 176, 238, 1);
|
||||||
transition: height 0.2s;
|
transition: height 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spine-player-slider-value.hovering {
|
.spine-player-slider-value.hovering {
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background: rgba(98, 176, 238, 1);
|
background: rgba(98, 176, 238, 1);
|
||||||
transition: height 0.2s;
|
transition: height 0.2s;
|
||||||
}
|
}
|
||||||
@ -194,11 +194,11 @@
|
|||||||
|
|
||||||
.spine-player-popup {
|
.spine-player-popup {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: rgba(0, 0, 0, 0.75);
|
background: rgba(0, 0, 0, 0.75);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
max-height: 400%;
|
max-height: 400%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -206,8 +206,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.spine-player-popup-title {
|
.spine-player-popup-title {
|
||||||
margin: 4px 15px 2px 15px;
|
margin: 4px 15px 2px 15px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spine-player-popup hr {
|
.spine-player-popup hr {
|
||||||
@ -260,8 +260,8 @@
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
@ -362,11 +362,11 @@
|
|||||||
|
|
||||||
.spine-player-button-icon-spine-logo {
|
.spine-player-button-icon-spine-logo {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
margin: 0 8px !important;
|
margin: 0 8px !important;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: transform 0.2s;
|
transition: transform 0.2s;
|
||||||
@ -405,4 +405,4 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
border: none;
|
border: none;
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user