mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 03:37:46 +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;
|
||||
}
|
||||
|
||||
#control-rotate {
|
||||
#control-up {
|
||||
background-color: #537fe4;
|
||||
}
|
||||
#control-rotate:hover {
|
||||
#control-up:hover {
|
||||
background-color: #275edd;
|
||||
}
|
||||
|
||||
@ -224,3 +224,4 @@ body {
|
||||
background-color: #1e4fc2;
|
||||
transform: translateY(2px);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user