You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
718 B
Plaintext
43 lines
718 B
Plaintext
|
|
|
|
InspectorTabsBar {
|
|
top: -1;
|
|
padding-left: 0;
|
|
padding-right: 4;
|
|
margin-bottom: -1;
|
|
|
|
border-bottom-width: 1;
|
|
|
|
background-color: rgba(64, 64, 64, 0.1);
|
|
border-color: rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.tabs-list {
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.toolbar-button {
|
|
width: 9.5%;
|
|
height: 24;
|
|
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-self: center;
|
|
|
|
padding-top: 0;
|
|
|
|
margin-left: 1;
|
|
margin-bottom: 1;
|
|
border-width: 0;
|
|
}
|
|
|
|
.toolbar-button {
|
|
background-color: rgba(96, 96, 96, 0.2);
|
|
}
|
|
.toolbar-button:hover {
|
|
background-color: rgba(128, 128, 128, 0.3);
|
|
}
|
|
.toolbar-button:checked {
|
|
background-color: rgba(128, 128, 128, 0.5);
|
|
} |