mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
better style to better identify active tab
This commit is contained in:
parent
5a77abee51
commit
8a107fdf65
@ -53,17 +53,14 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.nav-tabs > li > a {
|
.nav-tabs > li > a {
|
||||||
/* adjust padding for height*/
|
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs > li.active {
|
.nav-tabs .nav-link {
|
||||||
background-color: aquamarine;
|
background-color: rgba(204, 204, 204, 0.185);
|
||||||
font-size: larger;
|
|
||||||
}
|
}
|
||||||
|
.nav-tabs .nav-link.active {
|
||||||
.nav-tabs > li > a {
|
background-color: rgb(248 249 254);
|
||||||
outline: none !important;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user