File: /home/acnbijigo78q/public_html/wp-content/plugins/reset/style.css
.tab-container {
margin-top: 20px;
}
.tab-button {
background-color: #f1f1f1;
padding: 10px 20px;
cursor: pointer;
transition: background-color 0.3s;
font-size: 18px;
font-size: 14px;
padding: 0.5rem 1rem;
border:1px solid #000;
margin-bottom: -1px;
text-decoration: none;
display: inline-block;
}
.tab-button:hover {
background-color: #ddd;
}
.tab-button.active {
background-color: #fff;
font-weight: bold;
border-bottom: 0;
z-index: 9;
position: relative;
margin-bottom: -22px;
bottom: -1px !important;
padding-bottom: 0.55rem;
padding-top: 9px !important;
}
.tab-content {
border: 1px solid #000;
padding: 20px;
background-color: #fff;
}
.tab-pane {
display: none;
}
.form-table td {
margin-bottom: 9px;
padding: 0px 0px !important;
line-height: 1.3;
vertical-align: middle;
}
h4{
margin-top:0px !important;
}
.tab-pane.active {
display: block;
}
button.button.button-primary.table {
margin-top: 20px;
}
input.button.button-primary.theme{
margin-top: 20px;
}
input.button.button-primary.comments{
margin-top: 20px;
}
span.rating-stars {
color: #ffb900 !important;
transition: transform 0.2s !important; / Smooth transition for the zoom effect /
}
.rating-stars:hover{
transform: scale(1.1) !important; / Zoom in on hover (adjust the scale value as needed) /
display:inline-block !important;
}
td.plugin-title.column-primary strong{
font-weight:400;
}