1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-03 15:22:59 +00:00

various layout fixups

This commit is contained in:
Andrew Karpow
2013-11-13 15:30:54 +01:00
parent 338b27676c
commit 6d16ec2823
4 changed files with 40 additions and 39 deletions

View File

@@ -28,14 +28,7 @@ body {
min-width: 50px;
}
.btn-group-hover .btn {
border-color: white;
background: white;
text-shadow: 0 1px 1px white;
-webkit-box-shadow: inset 0 1px 0 white;
-moz-box-shadow: inset 0 1px 0 white;
box-shadow: inset 0 1px 0 white;
}
.btn-group-hover {
opacity: 0;
}