Merge remote-tracking branch 'upstream/new_stuff' into gps

10.3.x-maintenance
NightHawk32 2015-11-25 17:53:19 -05:00
commit 8b9e74c0a7
1 changed files with 4 additions and 0 deletions

View File

@ -489,12 +489,16 @@ input[type="number"]::-webkit-inner-spin-button {
width: 200px;
border-right: 4px solid #59aa29;
background-color: #2e2e2e;
transition: all 0.2s;
}
.tab_container.logopen {
height: calc(100% - 235px);
overflow-x: hidden;
overflow-y: auto;
transition: all 0.5s;
}