Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4136682
CdxCheckbox-rtl.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
CdxCheckbox-rtl.css
View Options
.
cdx-checkbox
{
position
:
relative
;
min-width
:
20
px
;
min-height
:
20
px
}.
cdx-checkbox__wrapper
{
display
:
flex
}.
cdx-checkbox
:
not
(
.
cdx-checkbox--inline
)
{
display
:
flex
;
flex-direction
:
column
;
margin-bottom
:
12
px
}.
cdx-checkbox
:
not
(
.
cdx-checkbox--inline
)
:
last-child
{
margin-bottom
:
0
}.
cdx-checkbox--inline
{
display
:
inline-flex
;
margin-left
:
16
px
;
white-space
:
nowrap
}.
cdx-checkbox--inline
:
last-child
{
margin-left
:
0
}.
cdx-checkbox__label
,
.
cdx-checkbox__label
.
cdx-label
{
display
:
inline-flex
;
position
:
relative
;
z-index
:
0
;
padding-right
:
calc
(
1.25
rem
+
8
px
);
line-height
:
1.4285714
}.
cdx-checkbox__label
.
cdx-label
{
padding-bottom
:
0
}.
cdx-checkbox__label
.
cdx-label
.
cdx-label__label__text
{
font-weight
:
400
}.
cdx-checkbox--inline
.
cdx-checkbox__label
{
display
:
inline
}.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-base-fixed
,
#fff
);
position
:
absolute
;
right
:
0
;
box-sizing
:
border-box
;
min-width
:
20
px
;
min-height
:
20
px
;
width
:
1.25
rem
;
height
:
1.25
rem
;
border-width
:
1
px
;
border-style
:
solid
;
transition-property
:
background-color
,
color
,
border-color
,
box-shadow
;
transition-duration
:
.1
s
}.
cdx-checkbox__input
{
opacity
:
0
;
position
:
absolute
;
right
:
0
;
z-index
:
1
;
min-width
:
20
px
;
min-height
:
20
px
;
width
:
1.25
rem
;
height
:
1.25
rem
;
margin
:
0
;
font-size
:
inherit
;
cursor
:
inherit
}.
cdx-checkbox
:
hover
>
.
cdx-checkbox__input
:
enabled
,
.
cdx-checkbox
:
hover
>
.
cdx-checkbox__input
:
enabled
~
.
cdx-label
.
cdx-label__label
,
.
cdx-checkbox
:
hover
>
.
cdx-checkbox__input
:
enabled
~
.
cdx-checkbox__label
:
not
(
.
cdx-label
)
{
cursor
:
pointer
}.
cdx-checkbox__custom-input
:
not
(
.
cdx-checkbox__custom-input--inline
)
{
padding-top
:
6
px
;
padding-right
:
calc
(
1.25
rem
+
8
px
)}.
cdx-checkbox__icon
{
background-size
:
0
0
;
border-radius
:
2
px
}.
cdx-checkbox__input
:
indeterminate
+
.
cdx-checkbox__icon
:
before
{
content
:
" "
;
background-color
:
var
(
--background-color-base-fixed
,
#fff
);
position
:
absolute
;
top
:
calc
(
50
%
-
.5
px
);
left
:
3
px
;
right
:
3
px
;
height
:
2
px
}.
cdx-checkbox__input
:
checked
:
not
(
:
indeterminate
)+
.
cdx-checkbox__icon
:
before
{
content
:
" "
;
background-image
:
url
(
'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23fff" d="M7 14.17L2.83 10l-1.41 1.41L7 17 19 5l-1.41-1.42z"/></svg>'
);
background-position
:
center
;
background-repeat
:
no-repeat
;
background-size
:
1
rem
1
rem
;
position
:
absolute
;
width
:
100
%
;
height
:
100
%
}.
cdx-checkbox__input
:
enabled
+
.
cdx-checkbox__icon
{
border-color
:
var
(
--border-color-interactive
,
#72777d
)}.
cdx-checkbox__input
:
enabled
:
hover
+
.
cdx-checkbox__icon
{
border-color
:
var
(
--border-color-progressive--hover
,
#4b77d6
)}.
cdx-checkbox__input
:
enabled
:
active
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-progressive--active
,
#233566
);
border-color
:
var
(
--border-color-progressive--active
,
#233566
)}.
cdx-checkbox__input
:
enabled
:
focus
:
not
(
:
active
)+
.
cdx-checkbox__icon
{
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-checkbox__input
:
enabled
:
checked
+
.
cdx-checkbox__icon
,
.
cdx-checkbox__input
:
enabled
:
indeterminate
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-input-binary--checked
,
#36c
);
border-color
:
var
(
--border-color-progressive
,
#36c
)}.
cdx-checkbox__input
:
enabled
:
checked
:
hover
+
.
cdx-checkbox__icon
,
.
cdx-checkbox__input
:
enabled
:
indeterminate
:
hover
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-progressive--hover
,
#4b77d6
);
border-color
:
var
(
--border-color-progressive--hover
,
#4b77d6
)}.
cdx-checkbox__input
:
enabled
:
checked
:
active
+
.
cdx-checkbox__icon
,
.
cdx-checkbox__input
:
enabled
:
indeterminate
:
active
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-progressive--active
,
#233566
);
border-color
:
var
(
--border-color-progressive--active
,
#233566
)}.
cdx-checkbox__input
:
enabled
:
checked
:
focus
:
not
(
:
active
)
:
not
(
:
hover
)+
.
cdx-checkbox__icon
,
.
cdx-checkbox__input
:
enabled
:
indeterminate
:
focus
:
not
(
:
active
)
:
not
(
:
hover
)+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-input-binary--checked
,
#36c
);
border-color
:
var
(
--border-color-progressive
,
#36c
)}.
cdx-checkbox__input
:
enabled
:
checked
:
focus
:
not
(
:
active
)+
.
cdx-checkbox__icon
,
.
cdx-checkbox__input
:
enabled
:
indeterminate
:
focus
:
not
(
:
active
)+
.
cdx-checkbox__icon
{
box-shadow
:
inset
0
0
0
1
px
var
(
--box-shadow-color-progressive--focus
,
#36c
),
inset
0
0
0
2
px
var
(
--box-shadow-color-inverted
,
#fff
)}.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
+
.
cdx-checkbox__icon
{
border-color
:
var
(
--border-color-error
,
#9f3526
)}.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
hover
+
.
cdx-checkbox__icon
{
border-color
:
var
(
--border-color-error--hover
,
#fc493b
)}.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
active
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-error--active
,
#9f3526
);
border-color
:
var
(
--border-color-transparent
,
transparent
)}.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
focus
+
.
cdx-checkbox__icon
{
border-color
:
var
(
--border-color-progressive--focus
,
#36c
)}.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
checked
+
.
cdx-checkbox__icon
,
.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
indeterminate
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-error
,
#d73333
);
border-color
:
var
(
--border-color-transparent
,
transparent
)}.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
checked
:
hover
+
.
cdx-checkbox__icon
,
.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
indeterminate
:
hover
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-error--hover
,
#fc493b
);
border-color
:
var
(
--border-color-error--hover
,
#fc493b
)}.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
checked
:
active
+
.
cdx-checkbox__icon
,
.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
indeterminate
:
active
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-error--active
,
#9f3526
);
border-color
:
var
(
--border-color-transparent
,
transparent
)}.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
checked
:
focus
:
not
(
:
active
)+
.
cdx-checkbox__icon
,
.
cdx-checkbox--status-error
.
cdx-checkbox__input
:
enabled
:
indeterminate
:
focus
:
not
(
:
active
)+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-error
,
#d73333
);
border-color
:
var
(
--border-color-progressive--focus
,
#36c
)}.
cdx-checkbox__input
:
disabled
+
.
cdx-checkbox__icon
{
background-color
:
var
(
--background-color-disabled
,
#c8ccd1
);
border-color
:
var
(
--border-color-disabled
,
#c8ccd1
)}.
cdx-checkbox__input
:
disabled
~
.
cdx-checkbox__label
,
.
cdx-checkbox__input
:
disabled
~
.
cdx-checkbox__label
.
cdx-label
{
color
:
var
(
--color-disabled
,
#72777d
)}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 13:49 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/19/5b057453160f7ef3a98409b81c5b
Default Alt Text
CdxCheckbox-rtl.css (6 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment