This commit is contained in:
MarcRiera 2022-09-06 05:55:34 +00:00
parent 52169a9bb4
commit f157108a8c
238 changed files with 5034 additions and 1952 deletions

View file

@ -1,26 +1,27 @@
#body .tab-nav-button {
background-color: rgba( 134, 134, 134, .166 ) !important;
border-color: rgba( 134, 134, 134, .333 ) !important;
border-radius: 4px 4px 0 0 !important;
border-width: 1px 1px 1px 1px !important;
background-color: rgba( 134, 134, 134, .166 );
border-color: rgba( 134, 134, 134, .333 );
border-radius: 4px 4px 0 0;
border-style: solid;
border-width: 1px;
bottom: -1px;
-webkit-print-color-adjust: exact;
color-adjust: exact;
display: block;
float: left;
font-size: .9rem;
font-weight: 500;
line-height: 1.42857143;
margin-left: 4px;
padding: 6px 12px;
position: relative;
}
#body .tab-nav-button:first-child {
margin-left: 9px;
}
#body .tab-nav-button.active {
background-color: #ffffff !important; /* var(--MAIN-BG-color) */
border-bottom-color: #ffffff !important; /* var(--MAIN-BG-color) */
}
#body .tab-nav-button:not(.active) {
border-bottom-color: rgba( 134, 134, 134, .1 ) !important;
margin-top: 7px;
border-bottom-color: rgba( 134, 134, 134, .1 );
margin-top: 8px;
padding-bottom: 2px !important;
padding-top: 2px !important;
}