mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Reverted changes
Reverted to previous version.
This commit is contained in:
+2
-15
@@ -245,7 +245,7 @@ div.button:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.button.disabled, div.button.disabled:hover, #event.paused > #buttons .button {
|
||||
div.button.disabled, div.button.disabled:hover {
|
||||
cursor: default;
|
||||
border-color: #b2b2b2;
|
||||
color: #b2b2b2;
|
||||
@@ -413,16 +413,6 @@ div.tooltip:hover {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#pauseButton {
|
||||
text-align:center;
|
||||
margin: 0 0 1.2em;
|
||||
}
|
||||
|
||||
#pauseButton > .button {
|
||||
float: none;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
|
||||
.eventPanel {
|
||||
@@ -530,11 +520,8 @@ body.noMask #description {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#buttons .button {
|
||||
#buttons > .button {
|
||||
margin: 0 5px 5px;
|
||||
}
|
||||
|
||||
#buttons .button, #pauseButton {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user