armcord/src/content/css/tabs.css

47 lines
867 B
CSS
Raw Normal View History

2022-02-26 21:26:16 +00:00
.tabs {
2022-03-04 17:53:18 +00:00
display: block;
top: 0;
left: 0;
right: 0;
flex-shrink: 0;
overflow: hidden;
zoom: 1;
box-sizing: border-box;
width: 100%;
clear: both;
height: 30px;
line-height: 30px;
background-color: #202225;
-webkit-app-region: drag;
width: 100%;
user-select: none;
-webkit-user-select: none;
position: fixed;
z-index: 99999;
2022-02-26 21:26:16 +00:00
}
.tabs #tabs-controls-container {
2022-03-04 17:53:18 +00:00
float: left;
width: 150px;
height: 100%;
line-height: 30px;
background-color: #202225;
-webkit-app-region: no-drag;
2022-02-26 21:26:16 +00:00
}
.tabs-buttons {
2022-03-04 17:53:18 +00:00
color: white;
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
transition: 0.3s;
font-size: 20px;
2022-02-26 21:26:16 +00:00
}
.tabs-buttons:hover {
2022-03-04 17:53:18 +00:00
background-color: #4e515a;
2022-02-26 21:26:16 +00:00
}
.withFrame-haYltI {
2022-03-04 17:53:18 +00:00
height: 30px !important;
2022-02-26 21:26:16 +00:00
}