Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6065832
tagedit.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
tagedit.css
View Options
/**
* Styles of the tagedit inputsforms
*/
.
tagedit-list
{
width
:
100
%
;
margin
:
0
;
padding
:
4
px
4
px
0
5
px
;
overflow
:
auto
;
min-height
:
26
px
;
background
:
#fff
;
border
:
1
px
solid
#b2b2b2
;
border-radius
:
4
px
;
box-shadow
:
inset
0
0
2
px
1
px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-
box-shadow
:
inset
0
0
2
px
1
px
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-
box-shadow
:
inset
0
0
2
px
1
px
rgba
(
0
,
0
,
0
,
0.1
);
-o-
box-shadow
:
inset
0
0
2
px
1
px
rgba
(
0
,
0
,
0
,
0.1
);
}
.
tagedit-list
li
.
tagedit-listelement
{
list-style-type
:
none
;
float
:
left
;
margin
:
0
4
px
4
px
0
;
padding
:
0
;
}
/* New Item input */
.
tagedit-list
li
.
tagedit-listelement-new
input
{
border
:
0
;
height
:
100
%
;
padding
:
4
px
1
px
;
width
:
15
px
;
background
:
#fff
;
border-radius
:
0
;
box-shadow
:
none
;
-moz-
box-shadow
:
none
;
-webkit-
box-shadow
:
none
;
-o-
box-shadow
:
none
;
}
.
tagedit-list
li
.
tagedit-listelement-new
input
:
focus
{
box-shadow
:
none
;
-moz-
box-shadow
:
none
;
-webkit-
box-shadow
:
none
;
-o-
box-shadow
:
none
;
outline
:
none
;
}
.
tagedit-list
li
.
tagedit-listelement-new
input
.
tagedit-input-disabled
{
display
:
none
;
}
/* Item that is put to the List */
.
tagedit
span
.
tag-element
,
.
tagedit-list
li
.
tagedit-listelement-old
{
padding
:
3
px
6
px
1
px
6
px
;
background
:
#ddeef5
;
background
:
-moz-
linear-gradient
(
top
,
#edf6fa
0
%
,
#d6e9f3
100
%
);
background
:
-webkit-
gradient
(
linear
,
left
top
,
left
bottom
,
color
-stop
(
0
%
,
#edf6fa
),
color-stop
(
100
%
,
#d6e9f3
));
background
:
-o-
linear-gradient
(
top
,
#edf6fa
0
%
,
#d6e9f3
100
%
);
background
:
-ms-
linear-gradient
(
top
,
#edf6fa
0
%
,
#d6e9f3
100
%
);
background
:
linear-gradient
(
top
,
#edf6fa
0
%
,
#d6e9f3
100
%
);
border
:
1
px
solid
#c2dae5
;
-moz-
border-radius
:
4
px
;
-webkit-
border-radius
:
4
px
;
border-radius
:
4
px
;
color
:
#0d5165
;
line-height
:
1.3
em
;
}
.
tagedit-list
li
.
tagedit-listelement-focus
{
border-color
:
#4787b1
;
-moz-
box-shadow
:
0
0
3
px
1
px
rgba
(
71
,
135
,
177
,
0.8
);
-webkit-
box-shadow
:
0
0
3
px
1
px
rgba
(
71
,
135
,
177
,
0.8
);
-o-
box-shadow
:
0
0
3
px
1
px
rgba
(
71
,
135
,
177
,
0.8
);
box-shadow
:
0
0
3
px
1
px
rgba
(
71
,
135
,
177
,
0.8
);
}
.
tagedit
span
.
tag-element
{
margin-right
:
0.6
em
;
padding
:
2
px
6
px
;
/* cursor: pointer; */
}
.
tagedit
span
.
tag-element
.
inherit
{
color
:
#666
;
background
:
#f2f2f2
;
border-color
:
#ddd
;
}
.
tagedit-list
li
.
tagedit-listelement-old
a
.
tagedit-close
,
.
tagedit-list
li
.
tagedit-listelement-old
a
.
tagedit-break
,
.
tagedit-list
li
.
tagedit-listelement-old
a
.
tagedit-delete
,
.
tagedit-list
li
.
tagedit-listelement-old
a
.
tagedit-save
{
text-indent
:
-2000
px
;
display
:
inline-block
;
position
:
relative
;
top
:
-1
px
;
width
:
16
px
;
height
:
16
px
;
margin
:
0
-4
px
0
6
px
;
background
:
url
(
'data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAAgUlEQVQoz2NgQAKzdxwWAOIEIG5AwiC+AAM2AJQIAOL3QPwfCwaJB6BrSMChGB0nwDQYwATP3nn4f+Ge4ygKQXyQOJKYAUjTepjAm09fwBimEUTDxJA0rWdANxWmaMXB0xiGwDADurthGkEAmwbqaCLFeWQFBOlBTlbkkp2MSE2wAA8R50rWvqeRAAAAAElFTkSuQmCC'
)
left
1
px
no-repeat
;
cursor
:
pointer
;
}
.
tagedit-list
li
.
tagedit-listelement-old
span
{
display
:
inline-block
;
height
:
15
px
;
}
/** Special hacks for IE7 **/
html
.
ie7
.
tagedit
span
.
tag-element
,
html
.
ie7
.
tagedit-list
li
.
tagedit-listelement-old
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#edf6fa'
,
endColorstr
=
'#d6e9f3'
,
GradientType
=
0
);
}
html
.
ie7
.
tagedit-list
li
.
tagedit-listelement
span
{
position
:
relative
;
top
:
-3
px
;
}
html
.
ie7
.
tagedit-list
li
.
tagedit-listelement-old
a
.
tagedit-close
{
left
:
5
px
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 4:45 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
579043
Default Alt Text
tagedit.css (3 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment