зеркало из https://github.com/docker/kitematic.git
Added hover color for tabs.
This commit is contained in:
Родитель
eb78f403a5
Коммит
57f04f5c39
|
@ -57,6 +57,10 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
|
&:hover {
|
||||||
|
border-radius: 40px;
|
||||||
|
background-color: @gray-lightest;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.results-filter-title {
|
.results-filter-title {
|
||||||
|
|
|
@ -119,6 +119,10 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:hover {
|
||||||
|
border-radius: 40px;
|
||||||
|
background-color: @gray-lightest;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-progress {
|
.details-progress {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче