Browse
For agents
About
Fluent Support – Helpdesk & Customer Support Ticket System
/
1.5.4
Fluent Support – Helpdesk & Customer Support Ticket System
v1.5.4
Switch version
2.4.0
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
trunk
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.4.0
1.4.1
1.4.2
1.4.5
1.4.6
1.4.7
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
All 68 releases
Overview
Code
fluent-support
/
assets
/
admin
/
css
/
all_public.css
all_public.css
in Fluent Support – Helpdesk & Customer Support Ticket System 1.5.4, at assets/admin/css/all_public.css
2 lines
1.9 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
fst_login_wrapper
{
max-width
:
500
px
}
.
fst_login_wrapper
form
#
loginform
>
p
{
display
:
block
;
margin-bottom
:
15
px
}
.
fst_login_wrapper
form
#
loginform
label
{
display
:
block
;
font-weight
:
500
}
.
fst_login_wrapper
form
#
loginform
.
input
{
margin-top
:
10
px
;
padding
:
10
px
;
width
:
100
%
}
.
fst_login_wrapper
form
#
loginform
{
box-sizing
:
border-box
;
display
:
block
;
overflow
:
hidden
;
width
:
100
%
}
.
fst_login_wrapper
input
#
wp-submit
{
background
:
#
0275ff
;
border
:
0
;
border-radius
:
5
px
;
color
:
#
fff
;
padding
:
15
px
;
width
:
100
%
}
.
fst_registration_wrapper
{
max-width
:
500
px
}
.
fst_registration_wrapper
.
fs_registration_form
{
display
:
grid
}
.
fst_registration_wrapper
.
fs_registration_form
.
fst_field_group
{
display
:
block
;
margin-bottom
:
15
px
}
.
fst_registration_wrapper
.
fs_registration_form
.
fst_field_group
.
fst_field_label
.
is-required
label
:
after
{
color
:
#
f56c6c
;
content
:
"
*
"
;
margin-left
:
3
px
}
.
fst_registration_wrapper
.
fs_registration_form
.
fst_field_group
.
is-error
input
{
border-color
:
#
f56c6c
}
.
fst_registration_wrapper
.
fs_registration_form
input
{
margin-top
:
10
px
;
padding
:
10
px
;
width
:
100
%
}
.
fst_registration_wrapper
.
fs_registration_form
#
fst_submit
{
background
:
#
0275ff
;
border
:
0
;
border-radius
:
5
px
;
color
:
#
fff
;
padding
:
15
px
;
width
:
100
%
}
.
fst_registration_wrapper
.
fs_registration_form
#
fst_submit
span
{
opacity
:
1
;
transition
:
all
1
s
}
.
fst_registration_wrapper
.
fs_registration_form
#
fst_submit
svg
{
display
:
none
;
margin
:
0
auto
;
transition
:
all
1
s
}
.
fst_registration_wrapper
.
fs_registration_form
#
fst_submit
svg
path
,
.
fst_registration_wrapper
.
fs_registration_form
#
fst_submit
svg
rect
{
fill
:
#
fff
;
transition
:
initial
}
.
fst_registration_wrapper
.
fs_registration_form
#
fst_submit
.
loading
{
background
:
#
0275ff91
}
.
fst_registration_wrapper
.
fs_registration_form
#
fst_submit
.
loading
span
{
display
:
none
;
opacity
:
0
}
.
fst_registration_wrapper
.
fs_registration_form
#
fst_submit
.
loading
svg
{
display
:
block
;
opacity
:
1
}
.
error
.
text-danger
{
color
:
#
f56c6c
;
font-size
:
12
px
;
margin-top
:
4
px
}
.
fst_auth_wrapper
.
hide
{
display
:
none
}
.
fst_auth_wrapper
#
fst_submit
{
margin-bottom
:
15
px
}
2