Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35134382
phabricator-application-launch-view.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
2 KB
Subscribers
None
phabricator-application-launch-view.css
View Options
/**
* @provides phabricator-application-launch-view-css
*/
/* - Application List ----------------------------------------------------------
Spacing container for the list of large application buttons.
*/
.
application-tile-group
{
overflow
:
hidden
;
}
/* - Application Launch Button -------------------------------------------------
Spacing container for the list of large application buttons.
*/
a
.
phabricator-application-launch-container
,
div
.
phabricator-application-launch-container
{
display
:
block
;
float
:
left
;
overflow
:
hidden
;
position
:
relative
;
text-decoration
:
none
;
width
:
100
%
;
border-top-right-radius
:
3
px
;
border-bottom-right-radius
:
3
px
;
padding
:
4
px
0
;
}
.
device-phone
div
.
phabricator-application-launch-container
{
display
:
none
;
}
.
phabricator-application-launch-icon
{
position
:
absolute
;
width
:
38
px
;
height
:
18
px
;
top
:
6
px
;
left
:
0
;
font-size
:
18
px
;
text-align
:
center
;
vertical-align
:
bottom
;
color
:
{$
darkbluetext
}
;
text-shadow
:
{
$whitetextshadow
}
;
}
.
device-desktop
a
.
phabricator-application-launch-container
:
hover
{
background-color
:
rgba
(
{$
alphablack
}
,
.07
);
text-decoration
:
none
;
}
.
device-desktop
a
.
phabricator-application-launch-container
:
hover
.
phabricator-application-launch-icon
{
color
:
{$
sky
}
;
}
.
phabricator-application-launch-name
{
display
:
block
;
font-weight
:
bold
;
color
:
{$
darkbluetext
}
;
font-size
:
{
$normalfontsize
}
;
margin-left
:
36px
;
}
.
phabricator-application-launch-description
{
color
:
{$
bluetext
}
;
font-size
:
{
$smallestfontsize
}
;
margin-left
:
36px
;
text-overflow
:
ellipsis
;
width
:
150px
;
overflow
:
hidden
;
white-space
:
nowrap
;
display
:
inline-block
;
padding
:
2px
0
0
0
;
}
.
phabricator-application-launch-attention
{
position
:
absolute
;
top
:
8
px
;
right
:
8
px
;
color
:
{$
darkbluetext
}
;
font-weight
:
bold
;
font-size
:
{
$smallerfontsize
}
;
}
.
phabricator-application-attention-count
{
color
:
{$
fire
}
;
}
a
.
phabricator-application-launch-phone-only
{
display
:
none
;
}
.
device-phone
a
.
phabricator-application-launch-phone-only
{
display
:
block
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 1, 7:24 PM (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e9/f4/660457b15a6fd39e16ddec0472df
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment