#tabs { height: 30px; width: 100% } #tabs ul li.disconnected { background-color: darkgray; } #tabs ul li.hidden { display: none; } #tabs ul { list-style-type: none; height: 30px; background-color: #3a3333; overflow-y: hidden; overflow-x: auto; width: 100%; display: inline-flex; position: absolute; } #tabs ul li { display: inline-table; width: 150px; height: 30px; position: relative; box-sizing: content-box; } #tabs ul li.active { box-sizing: border-box; border-bottom: 3px solid #7f3f98 !important; } #tabs ul li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: gray; font-family: 'Roboto', sans-serif; font-size: 13px; text-decoration: none; padding: 8px 20px 6px 15px; cursor: default; width: 115px; height: 21px; } #tabs ul li a.close { font-family: 'Roboto', sans-serif; font-size: 13px; position: absolute; color: gray; top: 0; right: 5px; cursor: pointer; line-height: 26px; display: inline-block; } #tabs ul li.active a { color: white; } #tabs ul li.active span { padding: 5px 20px 4px 15px; color: white; height: 18px; } #tabs ul li input { font-family: 'Roboto', sans-serif; font-size: 13px; width: 115px; border: none; background-color: inherit; color: white; padding: 5px 20px 4px 15px; height: 18px; }