modify materialize tabs style to match Kivi color scheme
This commit is contained in:
@@ -110,3 +110,20 @@ h3 {
|
|||||||
.collection a.collection-item:not(.active):hover {
|
.collection a.collection-item:not(.active):hover {
|
||||||
background-color: rgba(2, 173, 186, 0.2);
|
background-color: rgba(2, 173, 186, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs .tab a {
|
||||||
|
color: #02adba;
|
||||||
|
-webkit-transition: color 0.28s ease, background-color 0.28s ease;
|
||||||
|
transition: color 0.28s ease, background-color 0.28s ease;
|
||||||
|
}
|
||||||
|
.tabs .tab a:focus,
|
||||||
|
.tabs .tab a:focus.active {
|
||||||
|
background-color: rgba(2, 173, 186, 0.2);
|
||||||
|
}
|
||||||
|
.tabs .tab a:hover,
|
||||||
|
.tabs .tab a.active {
|
||||||
|
color: #02adba;
|
||||||
|
}
|
||||||
|
.tabs .indicator {
|
||||||
|
background-color: #02adba;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user