Added a couple of useful services to rconservice

This commit is contained in:
Garry Newman
2016-02-29 13:03:23 +00:00
parent a5a5e107fe
commit 1387e4cb3f
13 changed files with 400 additions and 273 deletions
+39
View File
@@ -44,4 +44,43 @@ H3
#ConsoleController .Input input
{
color: #000;
}
a
{
color: #FF4081;
text-decoration: none;
}
.menu
{
background-color: #1976D2;
}
.menu_button
{
display: block;
padding: 0 16px 0 32px;
text-transform: none;
text-rendering: optimizeLegibility;
font-weight: 500;
border-radius: 0;
color: white;
cursor: pointer;
display: block;
align-items: inherit;
line-height: 40px;
margin: 0;
max-height: 40px;
overflow: hidden;
padding: 0px 16px;
text-align: left;
text-decoration: none;
white-space: normal;
width: 100%;
}
.menu_button.selected
{
background: #90A4AE;
}