This commit is contained in:
+29
-20
@@ -917,6 +917,29 @@
|
||||
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
|
||||
#chat-controls {
|
||||
height: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
#chat-controls textarea,
|
||||
#chat-controls [contenteditable="true"] {
|
||||
min-height: 2rem;
|
||||
max-height: 7rem;
|
||||
}
|
||||
|
||||
#chat-message {
|
||||
height: auto;
|
||||
min-height: 3rem;
|
||||
max-height: 5rem;
|
||||
}
|
||||
|
||||
#chat-message .editor-content {
|
||||
height: auto;
|
||||
min-height: 3rem;
|
||||
max-height: 5rem;
|
||||
}
|
||||
|
||||
.sidebar-tab .directory-list .entity {
|
||||
border-top: 1px dashed rgba(0, 0, 0, 0.25);
|
||||
border-bottom: 0 none;
|
||||
@@ -1110,9 +1133,7 @@
|
||||
border-radius: 0;
|
||||
background: rgba(30, 25, 20, 1);
|
||||
background-origin: padding-box;
|
||||
border-image: url(img/ui/footer-button.png) 10 repeat;
|
||||
border-image-width: 4px;
|
||||
border-image-outset: 0px;
|
||||
border: 1px solid rgba(72, 46, 28, 1);
|
||||
}
|
||||
|
||||
#controls .scene-control.active,
|
||||
@@ -1121,9 +1142,7 @@
|
||||
#controls .control-tool:hover {
|
||||
background: rgba(72, 46, 28, 1);
|
||||
background-origin: padding-box;
|
||||
border-image: url(img/ui/footer-button.png) 10 repeat;
|
||||
border-image-width: 4px;
|
||||
border-image-outset: 0px;
|
||||
border: 1px solid rgba(108, 69, 40, 1);
|
||||
box-shadow: 0 0 3px #ff6400;
|
||||
}
|
||||
|
||||
@@ -1146,9 +1165,7 @@
|
||||
}
|
||||
|
||||
#players {
|
||||
border-image: url(img/ui/footer-button.png) 10 repeat;
|
||||
border-image-width: 4px;
|
||||
border-image-outset: 0px;
|
||||
border: 1px solid rgba(72, 46, 28, 1);
|
||||
background: rgba(30, 25, 20, 1);
|
||||
}
|
||||
|
||||
@@ -1159,27 +1176,21 @@
|
||||
#navigation #scene-list .scene.nav-item {
|
||||
background: rgba(30, 25, 20, 1);
|
||||
background-origin: padding-box;
|
||||
border-image: url(img/ui/footer-button.png) 10 repeat;
|
||||
border-image-width: 4px;
|
||||
border-image-outset: 0px;
|
||||
border: 1px solid rgba(108, 69, 40, 1);
|
||||
}
|
||||
|
||||
#navigation #scene-list .scene.view,
|
||||
#navigation #scene-list .scene.context {
|
||||
background: rgba(72, 46, 28, 1);
|
||||
background-origin: padding-box;
|
||||
border-image: url(img/ui/footer-button.png) 10 repeat;
|
||||
border-image-width: 4px;
|
||||
border-image-outset: 0px;
|
||||
border: 1px solid rgba(108, 69, 40, 1);
|
||||
box-shadow: 0 0 3px #ff6400;
|
||||
}
|
||||
|
||||
#navigation #nav-toggle {
|
||||
background: rgba(30, 25, 20, 1);
|
||||
background-origin: padding-box;
|
||||
border-image: url(img/ui/footer-button.png) 10 repeat;
|
||||
border-image-width: 4px;
|
||||
border-image-outset: 0px;
|
||||
border: 1px solid rgba(108, 69, 40, 1);
|
||||
}
|
||||
|
||||
/* Tooltip container */
|
||||
@@ -2639,5 +2650,3 @@
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user