improved some css for options.html

This commit is contained in:
Marco
2014-06-01 22:22:34 +02:00
parent cf35b7056f
commit 5cddcb59aa
5 changed files with 28 additions and 17 deletions

View File

@@ -7,16 +7,14 @@
color: #7fd0ed;
font-weight: bold;
}
.btn:hover, .btn:focus {
.btn:hover {
cursor: pointer;
outline: none;
}
.btn:hover {
background-color: #7fd0ed;
border-color: #acdbf5;
color: #fff;
}
.btn:active {
.btn:active, .btn:focus {
outline: 2px dashed #acdbf5;
outline-offset: 2px;
}