forked from rojo-rbx/rojo
Change background color of web UI to gray (#1080)
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
# Rojo Changelog
|
# Rojo Changelog
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
* Changed the background of the server's in-browser UI to be gray instead of white ([#1080])
|
||||||
* Fixed `Auto Connect Playtest Server` no longer functioning due to Roblox change ([#1066])
|
* Fixed `Auto Connect Playtest Server` no longer functioning due to Roblox change ([#1066])
|
||||||
* Added an update indicator to the version header when a new version of the plugin is available. ([#1069])
|
* Added an update indicator to the version header when a new version of the plugin is available. ([#1069])
|
||||||
|
|
||||||
|
[#1080]: https://github.com/rojo-rbx/rojo/pull/1080
|
||||||
[#1049]: https://github.com/rojo-rbx/rojo/pull/1066
|
[#1049]: https://github.com/rojo-rbx/rojo/pull/1066
|
||||||
[#1069]: https://github.com/rojo-rbx/rojo/pull/1069
|
[#1069]: https://github.com/rojo-rbx/rojo/pull/1069
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ html {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #e7e7e7
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
max-height:100%;
|
max-height:100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user