Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4126977
CdxRadio.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
CdxRadio.css
View Options
.
cdx-radio
{
position
:
relative
;
min-width
:
20
px
;
min-height
:
20
px
}.
cdx-radio__wrapper
{
display
:
flex
}.
cdx-radio
:
not
(
.
cdx-radio--inline
)
{
display
:
flex
;
flex-direction
:
column
;
margin-bottom
:
6
px
}.
cdx-radio
:
not
(
.
cdx-radio--inline
)
:
last-child
{
margin-bottom
:
0
}.
cdx-radio--inline
{
display
:
inline-flex
;
margin-right
:
16
px
;
white-space
:
nowrap
}.
cdx-radio--inline
:
last-child
{
margin-right
:
0
}.
cdx-radio__label
,
.
cdx-radio__label
.
cdx-label
{
display
:
inline-flex
;
position
:
relative
;
z-index
:
0
;
padding-left
:
calc
(
var
(
--font-size-medium
,
1
rem
)
+
10
px
)}.
cdx-radio__label
.
cdx-label
{
padding-bottom
:
0
}.
cdx-radio__label
.
cdx-label
.
cdx-label__label__text
{
font-weight
:
400
}.
cdx-radio--inline
.
cdx-radio__label
{
display
:
inline
}.
cdx-radio__icon
{
background-color
:
var
(
--background-color-base-fixed
,
#fff
);
position
:
absolute
;
left
:
0
;
box-sizing
:
border-box
;
min-width
:
18
px
;
min-height
:
18
px
;
width
:
calc
(
var
(
--font-size-medium
,
1
rem
)
+
4
px
);
height
:
calc
(
var
(
--font-size-medium
,
1
rem
)
+
4
px
);
margin-top
:
1
px
;
border-width
:
1
px
;
border-style
:
solid
;
transition-property
:
background-color
,
color
,
border-color
,
box-shadow
;
transition-duration
:
.1
s
}.
cdx-radio__input
{
opacity
:
0
;
position
:
absolute
;
left
:
0
;
z-index
:
1
;
min-width
:
20
px
;
min-height
:
20
px
;
width
:
calc
(
var
(
--font-size-medium
,
1
rem
)
+
4
px
);
height
:
calc
(
var
(
--font-size-medium
,
1
rem
)
+
4
px
);
margin
:
1
px
0
0
;
font-size
:
var
(
--font-size-medium
,
1
rem
);
cursor
:
inherit
}.
cdx-radio__wrapper
:
hover
>
.
cdx-radio__input
:
enabled
,
.
cdx-radio__wrapper
:
hover
>
.
cdx-radio__input
:
enabled
~
.
cdx-label
.
cdx-label__label
,
.
cdx-radio__wrapper
:
hover
>
.
cdx-radio__input
:
enabled
~
.
cdx-radio__label
:
not
(
.
cdx-label
)
{
cursor
:
pointer
}.
cdx-radio__custom-input
:
not
(
.
cdx-radio__custom-input--inline
)
{
padding-top
:
6
px
;
padding-left
:
calc
(
var
(
--font-size-medium
,
1
rem
)
+
10
px
)}.
cdx-radio__icon
{
border-radius
:
50
%
}.
cdx-radio__icon
:
before
{
content
:
" "
;
position
:
absolute
;
top
:
-.25
rem
;
right
:
-.25
rem
;
bottom
:
-.25
rem
;
left
:
-.25
rem
;
border
:
1
px
solid
var
(
--border-color-transparent
,
transparent
);
border-radius
:
50
%
}.
cdx-radio__input
:
enabled
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-base
,
#fff
);
border-color
:
var
(
--border-color-interactive
,
#72777d
)}.
cdx-radio__input
:
enabled
:
hover
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-interactive-subtle--hover
,
#eaecf0
);
border-color
:
var
(
--border-color-interactive--hover
,
#27292d
)}.
cdx-radio__input
:
enabled
:
active
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-interactive-subtle--active
,
#dadde3
);
border-color
:
var
(
--border-color-interactive--active
,
#202122
)}.
cdx-radio__input
:
enabled
:
focus
:
not
(
:
active
)+
.
cdx-radio__icon
{
border-color
:
var
(
--border-color-progressive--focus
,
#36c
);
box-shadow
:
inset
0
0
0
1
px
var
(
--box-shadow-color-progressive--focus
,
#36c
)}.
cdx-radio__input
:
enabled
:
checked
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-base-fixed
,
#fff
);
border-width
:
6
px
;
border-color
:
var
(
--background-color-progressive
,
#36c
)}.
cdx-radio__input
:
enabled
:
checked
:
hover
+
.
cdx-radio__icon
{
border-color
:
var
(
--background-color-progressive--hover
,
#3056a9
)}.
cdx-radio__input
:
enabled
:
checked
:
focus
+
.
cdx-radio__icon
:
before
{
border-color
:
var
(
--border-color-inverted
,
#fff
)}.
cdx-radio__input
:
enabled
:
checked
:
active
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-base-fixed
,
#fff
);
border-color
:
var
(
--background-color-progressive--active
,
#233566
)}.
cdx-radio__input
:
enabled
:
checked
:
active
+
.
cdx-radio__icon
:
before
{
border-color
:
var
(
--background-color-progressive--active
,
#233566
)}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
~
.
cdx-radio__label
{
color
:
var
(
--color-error
,
#bf3c2c
)}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-error-subtle
,
#ffe9e5
);
border-color
:
var
(
--border-color-error
,
#f54739
)}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
hover
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-error-subtle--hover
,
#ffdad3
);
border-color
:
var
(
--border-color-error--hover
,
#9f3526
)}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
focus
+
.
cdx-radio__icon
{
border-color
:
var
(
--border-color-progressive--focus
,
#36c
)}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
active
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-error-subtle--active
,
#ffc8bd
);
border-color
:
var
(
--border-color-error--active
,
#612419
);
box-shadow
:
none
}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
checked
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-base-fixed
,
#fff
);
border-color
:
var
(
--background-color-error
,
#f54739
)}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
checked
:
hover
+
.
cdx-radio__icon
{
border-color
:
var
(
--background-color-error--hover
,
#d74032
)}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
checked
:
focus
:
not
(
.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
checked
:
active
)+
.
cdx-radio__icon
{
border-width
:
1
px
}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
checked
:
focus
:
not
(
.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
checked
:
active
)+
.
cdx-radio__icon
:
before
{
top
:
2
px
;
right
:
2
px
;
bottom
:
2
px
;
left
:
2
px
;
border-width
:
4
px
;
border-color
:
var
(
--border-color-error
,
#f54739
)}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
checked
:
active
+
.
cdx-radio__icon
{
border-color
:
var
(
--background-color-error--active
,
#bf3c2c
);
box-shadow
:
none
}.
cdx-radio--status-error
.
cdx-radio__input
:
enabled
:
checked
:
active
+
.
cdx-radio__icon
:
before
{
border-color
:
var
(
--border-color-transparent
,
transparent
)}.
cdx-radio__input
:
disabled
~
.
cdx-radio__label
,
.
cdx-radio__input
:
disabled
~
.
cdx-radio__label
.
cdx-label
{
color
:
var
(
--color-disabled
,
#a2a9b1
)}.
cdx-radio__input
:
disabled
+
.
cdx-radio__icon
{
background-color
:
var
(
--background-color-disabled-subtle
,
#eaecf0
);
border-color
:
var
(
--border-color-disabled
,
#c8ccd1
)}.
cdx-radio__input
:
disabled
:
checked
+
.
cdx-radio__icon
{
background-color
:
var
(
--color-disabled-emphasized
,
#a2a9b1
);
border-width
:
6
px
;
border-color
:
var
(
--background-color-disabled
,
#dadde3
)}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 08:22 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ec/0e/65b55b5dacf9600e8f2655c897f5
Default Alt Text
CdxRadio.css (5 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment