wip: change tabs rendering in browser and iconUrl form field

This commit is contained in:
Yohan Boniface 2024-04-30 21:34:14 +02:00
parent b550c93b87
commit 00a3c2fe34

View file

@ -584,7 +584,8 @@ i.info {
display: flex;
justify-content: space-around;
font-size: 1.2em;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #444;
}
.flat-tabs button {
padding: 10px;
@ -593,7 +594,7 @@ i.info {
}
.flat-tabs .on {
font-weight: bold;
border-bottom: 1px solid #444;
border-bottom: 2px solid #444;
}
.dark .flat-tabs button {
color: #fff;