Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9788804
buttons.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
buttons.less
View Options
/**
* Roundcube webmail styles for the Elastic skin
*
* Copyright (c) 2017, The Roundcube Dev Team
*
* The contents are subject to the Creative Commons Attribution-ShareAlike
* License. It is allowed to copy, distribute, transmit and to adapt the work
* by keeping credits to the original autors in the README file.
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
*/
/*** Buttons ***/
a
.
listbutton
,
a
.
rcmaddcontact
{
text-decoration
:
none
;
}
.
button
.
disabled
{
opacity
:
.5
;
}
a
.
button
{
text-decoration
:
none
;
}
.
header
>
.
buttons
>
input
.
button
{
padding
:
.3
em
.8
em
;
font-size
:
1
em
;
}
/* font-icons */
a
.
button
.
icon
,
button
.
btn
{
&:before
{
&:extend(.font-icon-class)
;
}
&
.
submit
:
before
,
&
.
save
:
before
{
content
:
@
fa-var-check
;
}
&
.
edit
:
before
{
content
:
@
fa-var-pencil
;
}
&
.
qrcode
:
before
{
content
:
@
fa-var-qrcode
;
}
&
.
search
:
before
{
content
:
@
fa-var-search
;
}
&
.
import
:
before
{
content
:
@
fa-var-upload
;
}
&
.
delete
:
before
{
content
:
@
fa-var-trash-o
;
}
&
.
restore
:
before
{
content
:
@
fa-var-undo
;
}
&
.
send
:
before
,
&
.
bounce
:
before
{
content
:
@
fa-var-paper-plane
;
}
&
.
attach
:
before
{
content
:
@
fa-var-paperclip
;
}
&
.
close
:
before
,
&
.
cancel
:
before
{
content
:
@
fa-var-close
;
}
&
.
mark
:
before
{
/* TODO: "Mark all as read" icon */
}
&
.
toolbar-menu-button
:
before
{
content
:
@
fa-var-ellipsis-v
;
}
&
.
menu-button
:
before
{
content
:
@
fa-var-bars
;
}
&
.
back
:
before
,
&
.
back-sidebar-button
:
before
,
&
.
back-list-button
:
before
{
content
:
@
fa-var-chevron-left
;
}
&
.
remove
:
before
{
content
:
@
fa-var-close
;
}
}
button
.
btn
{
&:before
{
display
:
inline-block
;
float
:
none
;
}
}
a
.
button
.
icon
{
&.
dropdown
:
before
{
content
:
@
fa-var-caret-down
;
font-size
:
1
em
;
}
&
>
span
.
inner
{
display
:
none
;
}
}
a
.
rcmaddcontact
:
before
{
&:extend(.font-icon-class)
;
content
:
@
fa-var-user-plus
;
display
:
inline
;
float
:
none
;
margin-left
:
5
px
;
font-size
:
inherit
;
}
@
media
screen
and
(
max-width
:
@
screen-width-small
)
{
.
btn
:
focus
{
box-shadow
:
none
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 7:52 AM (17 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1262356
Default Alt Text
buttons.less (2 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment