Firefox fix for directory input
This commit is contained in:
@@ -332,7 +332,6 @@
|
|||||||
|
|
||||||
.page .tag_input > ul {
|
.page .tag_input > ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 3px 0;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
@@ -352,7 +351,7 @@
|
|||||||
min-width: 2px;
|
min-width: 2px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 !important;
|
margin: 4px 0 0 !important;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
background: 0;
|
background: 0;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
@@ -413,7 +412,7 @@
|
|||||||
margin: -9px 0 0 -16px;
|
margin: -9px 0 0 -16px;
|
||||||
border-radius: 30px 30px 0 0;
|
border-radius: 30px 30px 0 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: url('../../images/icon.delete.png') no-repeat center 2px, -webkit-linear-gradient(
|
background: url('../../images/icon.delete.png') no-repeat center 2px, linear-gradient(
|
||||||
270deg,
|
270deg,
|
||||||
#5b9bd1 0%,
|
#5b9bd1 0%,
|
||||||
#5b9bd1 100%
|
#5b9bd1 100%
|
||||||
|
|||||||
Reference in New Issue
Block a user