]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/background-variant.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / background-variant.less
CommitLineData
31f18b77
FG
1// Contextual backgrounds
2
3.bg-variant(@color) {
4 background-color: @color;
5 a&:hover,
6 a&:focus {
7 background-color: darken(@color, 10%);
8 }
9}