Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4140071
CdxTextInput.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
CdxTextInput.css
View Options
.
cdx-text-input
{
position
:
relative
;
box-sizing
:
border-box
;
min-width
:
256
px
;
border-radius
:
2
px
;
overflow
:
hidden
}.
cdx-text-input
.
cdx-text-input__start-icon
{
position
:
absolute
;
top
:
50
%
;
min-width
:
20
px
;
min-height
:
20
px
;
width
:
1.25
rem
;
height
:
1.25
rem
;
transition-property
:
color
;
transition-duration
:
.1
s
;
left
:
9
px
;
transform
:
translateY
(
-50
%
)}.
cdx-text-input__icon
.
cdx-text-input__end-icon
{
min-width
:
16
px
;
min-height
:
16
px
;
width
:
1
rem
;
height
:
1
rem
}@
supports
not
(((
-webkit-mask-image
:
none
)
or
(
mask-image
:
none
)))
{.
cdx-text-input__icon
.
cdx-text-input__end-icon
{
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
max
(
1
rem
,
16
px
)}}@
supports
((
-webkit-mask-image
:
none
)
or
(
mask-image
:
none
))
{.
cdx-text-input__icon
.
cdx-text-input__end-icon
{
-webkit-
mask-size
:
max
(
1
rem
,
16
px
);
mask-size
:
max
(
1
rem
,
16
px
);
-webkit-
mask-repeat
:
no-repeat
;
mask-repeat
:
no-repeat
;
-webkit-
mask-position
:
center
;
mask-position
:
center
}}.
cdx-text-input__clear-icon
.
cdx-icon
,
.
cdx-text-input
.
cdx-text-input__end-icon
{
position
:
absolute
;
top
:
50
%
;
min-width
:
16
px
;
min-height
:
16
px
;
width
:
1
rem
;
height
:
1
rem
;
transition-property
:
color
;
transition-duration
:
.1
s
;
right
:
9
px
;
transform
:
translateY
(
-50
%
)}.
cdx-text-input__clear-icon
.
cdx-icon
:
hover
{
cursor
:
pointer
}.
cdx-text-input__end-icon
.
cdx-icon
+
.
cdx-text-input__clear-icon
.
cdx-icon
{
right
:
calc
(
17
px
+
1
rem
)}.
cdx-text-input__input
{
display
:
block
;
box-sizing
:
border-box
;
min-height
:
32
px
;
width
:
100
%
;
margin
:
0
;
border-width
:
1
px
;
border-style
:
solid
;
border-radius
:
0
;
padding
:
4
px
8
px
;
font-family
:
inherit
;
font-size
:
inherit
;
line-height
:
1.375
}.
cdx-text-input__input
:
enabled
{
background-color
:
var
(
--background-color-base
,
#fff
);
color
:
var
(
--color-base
,
#202122
);
border-color
:
var
(
--border-color-base
,
#a2a9b1
);
box-shadow
:
inset
0
0
0
1
px
var
(
--box-shadow-color-transparent
,
transparent
);
transition-property
:
background-color
,
color
,
border-color
,
box-shadow
;
transition-duration
:
.25
s
}.
cdx-text-input__input
:
enabled
~
.
cdx-text-input__icon-vue
{
color
:
var
(
--color-placeholder
,
#72777d
)}.
cdx-text-input__input
:
enabled
~
.
cdx-text-input__icon
{
opacity
:
var
(
--opacity-icon-placeholder
,
.51
)}.
cdx-text-input__input
:
enabled
:
hover
{
border-color
:
var
(
--border-color-interactive
,
#72777d
)}.
cdx-text-input__input
:
enabled
:
focus
~
.
cdx-text-input__icon-vue
,
.
cdx-text-input__input
:
enabled
.
cdx-text-input__input--has-value
~
.
cdx-text-input__icon-vue
{
color
:
var
(
--color-base
,
#202122
)}.
cdx-text-input__input
:
enabled
:
focus
~
.
cdx-text-input__icon
,
.
cdx-text-input__input
:
enabled
.
cdx-text-input__input--has-value
~
.
cdx-text-input__icon
{
opacity
:
1
}.
cdx-text-input__input
:
enabled
:
focus
{
border-color
:
var
(
--border-color-progressive--focus
,
#36c
);
box-shadow
:
inset
0
0
0
1
px
var
(
--box-shadow-color-progressive--focus
,
#36c
);
outline
:
1
px
solid
transparent
}.
cdx-text-input__input
:
enabled
:
read-only
{
background-color
:
var
(
--background-color-interactive-subtle
,
#f8f9fa
)}.
cdx-text-input__input
:
disabled
{
background-color
:
var
(
--background-color-disabled-subtle
,
#eaecf0
);
color
:
var
(
--color-disabled
,
#72777d
);
-webkit-
text-fill-color
:
var
(
--color-disabled
,
#72777d
);
border-color
:
var
(
--border-color-disabled
,
#c8ccd1
)}.
cdx-text-input__input
:
disabled
~
.
cdx-text-input__icon-vue
{
color
:
var
(
--color-disabled
,
#72777d
);
pointer-events
:
none
}.
cdx-text-input__input
:
disabled
~
.
cdx-text-input__icon
{
opacity
:
var
(
--opacity-icon-base--disabled
,
.51
)}.
cdx-text-input__input
::
placeholder
{
color
:
var
(
--color-placeholder
,
#72777d
);
opacity
:
1
}.
cdx-text-input__input
::
-ms-clear
{
display
:
none
}.
cdx-text-input__input
[
type
=
search
]
{
-webkit-
appearance
:
none
;
-moz-
appearance
:
textfield
}.
cdx-text-input__input
[
type
=
search
]
::
-webkit-search-decoration
,
.
cdx-text-input__input
[
type
=
search
]
::
-webkit-search-cancel-button
{
display
:
none
}.
cdx-text-input--has-start-icon
.
cdx-text-input__input
{
padding-left
:
calc
(
16
px
+
1.25
rem
)}.
cdx-text-input--has-end-icon
.
cdx-text-input__input
,
.
cdx-text-input--clearable
.
cdx-text-input__input
{
padding-right
:
calc
(
16
px
+
1
rem
)}.
cdx-text-input--has-end-icon
.
cdx-text-input--clearable
.
cdx-text-input__input
{
padding-right
:
calc
(
24
px
+
2
rem
)}.
cdx-text-input--status-error
.
cdx-text-input__input
:
enabled
{
border-color
:
var
(
--border-color-error
,
#9f3526
)}.
cdx-text-input--status-error
.
cdx-text-input__input
:
enabled
:
hover
{
border-color
:
var
(
--border-color-error--hover
,
#fc493b
)}.
cdx-text-input--status-error
.
cdx-text-input__input
:
enabled
:
focus
{
border-color
:
var
(
--border-color-progressive--focus
,
#36c
)}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 15:19 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
73/01/f940ea1e8fd8ff787cddcde76f6a
Default Alt Text
CdxTextInput.css (4 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment