mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-20 15:29:17 +02:00
* Fix css for up button
This commit is contained in:
parent
5012b557ae
commit
5a48780064
@ -129,10 +129,10 @@ body {
|
|||||||
box-shadow: 1px 2px #aaa;
|
box-shadow: 1px 2px #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
#control-rotate {
|
#control-up {
|
||||||
background-color: #537fe4;
|
background-color: #537fe4;
|
||||||
}
|
}
|
||||||
#control-rotate:hover {
|
#control-up:hover {
|
||||||
background-color: #275edd;
|
background-color: #275edd;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -224,3 +224,4 @@ body {
|
|||||||
background-color: #1e4fc2;
|
background-color: #1e4fc2;
|
||||||
transform: translateY(2px);
|
transform: translateY(2px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user