mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-27 06:42:30 +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;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.button.disabled, div.button.disabled:hover, #event.paused > #buttons .button {
|
div.button.disabled, div.button.disabled:hover {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
border-color: #b2b2b2;
|
border-color: #b2b2b2;
|
||||||
color: #b2b2b2;
|
color: #b2b2b2;
|
||||||
@@ -413,16 +413,6 @@ div.tooltip:hover {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pauseButton {
|
|
||||||
text-align:center;
|
|
||||||
margin: 0 0 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pauseButton > .button {
|
|
||||||
float: none;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Events */
|
/* Events */
|
||||||
|
|
||||||
.eventPanel {
|
.eventPanel {
|
||||||
@@ -530,11 +520,8 @@ body.noMask #description {
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#buttons .button {
|
#buttons > .button {
|
||||||
margin: 0 5px 5px;
|
margin: 0 5px 5px;
|
||||||
}
|
|
||||||
|
|
||||||
#buttons .button, #pauseButton {
|
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user