Clearer tag delete button
This commit is contained in:
@@ -434,33 +434,24 @@
|
||||
-webkit-border-radius: 30px 30px 0 0;
|
||||
-moz-border-radius: 30px 30px 0 0;
|
||||
cursor: pointer;
|
||||
background: url('../images/checks.png') no-repeat 94% -53px, -webkit-gradient(
|
||||
background: url('../../images/icon.delete.png') no-repeat center 2px, -webkit-gradient(
|
||||
linear,
|
||||
left bottom,
|
||||
left top,
|
||||
color-stop(0, #5b9bd1),
|
||||
color-stop(1, #5b9bd1)
|
||||
);
|
||||
background: url('../images/checks.png') no-repeat 94% -53px, -moz-linear-gradient(
|
||||
background: url('../../images/icon.delete.png') no-repeat center 2px, -moz-linear-gradient(
|
||||
center top,
|
||||
#5b9bd1 0%,
|
||||
#5b9bd1 100%
|
||||
);
|
||||
background-size: 65%;
|
||||
}
|
||||
.page .tag_input .choice:hover .delete { display: inline-block; }
|
||||
.page .tag_input .choice .delete:hover {
|
||||
background: url('../images/checks.png') no-repeat 94% -53px, -webkit-gradient(
|
||||
linear,
|
||||
left bottom,
|
||||
left top,
|
||||
color-stop(0, #cc0000),
|
||||
color-stop(1, #cc3e00)
|
||||
);
|
||||
background: url('../images/checks.png') no-repeat 94% -53px, -moz-linear-gradient(
|
||||
center top,
|
||||
#5b9bd1 0%,
|
||||
#5b9bd1 100%
|
||||
);
|
||||
height: 14px;
|
||||
margin-top: -13px;
|
||||
}
|
||||
|
||||
.page .section_newznab .head {
|
||||
|
||||
Reference in New Issue
Block a user