Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35253297
buttons.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
4 KB
Subscribers
None
buttons.css
View Options
/**
* @provides phabricator-core-buttons-css
*/
button
,
a
.
button
,
a
.
button
:
visited
,
input
[
type
=
"submit"
]
{
background-color
:
#3477ad
;
color
:
white
;
text-shadow
:
0
-1
px
rgba
(
0
,
0
,
0
,
0.75
);
border
:
1
px
solid
#19558D
;
cursor
:
pointer
;
font-weight
:
bold
;
font-size
:
13
px
;
display
:
inline-block
;
padding
:
3
px
10
px
4
px
;
text-align
:
center
;
white-space
:
nowrap
;
border-radius
:
3
px
;
background-image
:
linear-gradient
(
to
bottom
,
#3b86c4
,
#2b628f
);
background-image
:
-webkit-
linear-gradient
(
top
,
#3b86c4
,
#2b628f
);
}
/* Buttons with images (full size only) */
button
.
icon
,
a
.
icon
,
a
.
icon
:
visited
{
padding-left
:
0
;
position
:
relative
;
text-indent
:
29
px
;
}
button
.
black
,
a
.
black
,
a
.
black
:
visited
{
background-color
:
#383838
;
background-image
:
linear-gradient
(
to
bottom
,
#505d65
,
#2d373c
);
background-image
:
-webkit-
linear-gradient
(
top
,
#505d65
,
#2d373c
);
border
:
1
px
solid
#333
;
border-bottom-color
:
#000
;
}
button
.
green
,
a
.
green
,
a
.
green
:
visited
{
background-color
:
#348e20
;
background-image
:
linear-gradient
(
to
bottom
,
#4e9b33
,
#158009
);
background-image
:
-webkit-
linear-gradient
(
top
,
#4e9b33
,
#158009
);
border
:
1
px
solid
#3b6e22
;
border-bottom-color
:
#2c5a15
;
}
button
.
grey
,
input
[
type
=
"submit"
]
.
grey
,
a
.
grey
,
a
.
grey
:
visited
{
background-color
:
#f7f7f7
;
background-image
:
linear-gradient
(
to
bottom
,
#ffffff
,
#e6e6e6
);
background-image
:
-webkit-
linear-gradient
(
top
,
#ffffff
,
#e6e6e6
);
border-color
:
#aaa
;
color
:
#333
;
border-bottom-color
:
#999
;
text-shadow
:
none
;
}
a
.
disabled
,
button
.
disabled
,
button
[
disabled
]
{
filter
:
alpha
(
opacity
=
50
);
-moz-
opacity
:
0.5
;
-khtml-
opacity
:
0.5
;
opacity
:
0.5
!important
;
}
body
button
:
active
,
body
a
.
button
:
active
{
box-shadow
:
inset
0
0
8
px
rgba
(
0
,
0
,
0
,
.6
);
}
button
.
grey
:
active
,
a
.
grey
:
active
,
button
.
grey_active
,
a
.
dropdown-open
{
background-color
:
#7d7d7d
;
box-shadow
:
inset
0
0
4
px
rgba
(
0
,
0
,
0
,
.2
);
color
:
#777
;
}
a
.
button
:
hover
,
button
:
hover
{
text-decoration
:
none
;
box-shadow
:
inset
0
0
5
px
rgba
(
0
,
0
,
0
,
.4
);
}
a
.
button
.
grey
:
hover
,
button
.
grey
:
hover
{
text-decoration
:
none
;
box-shadow
:
inset
0
0
4
px
rgba
(
0
,
0
,
0
,
.2
);
}
body
a
.
button
.
disabled
:
hover
,
body
button
.
disabled
:
hover
,
body
a
.
button
.
disabled
:
active
,
body
button
.
disabled
:
active
{
box-shadow
:
none
;
}
button
.
small
,
a
.
small
,
a
.
small
:
visited
{
padding
:
2
px
7
px
;
height
:
auto
;
font-size
:
11
px
;
line-height
:
16
px
;
}
button
.
link
{
display
:
inline
;
border
:
none
;
background
:
transparent
;
font-weight
:
normal
;
padding
:
0
;
margin
:
0
;
font-size
:
inherit
;
border-bottom
:
none
;
text-decoration
:
none
;
text-shadow
:
none
;
color
:
#3b5998
;
-webkit-
box-shadow
:
none
;
-moz-
box-shadow
:
none
;
box-shadow
:
none
;
}
button
.
link
:
hover
{
text-decoration
:
underline
;
}
.
dropdown-menu-frame
{
position
:
absolute
;
width
:
240
px
;
background
:
#f6f6f6
;
border
:
1
px
solid
#999
;
margin-top
:
-1
px
;
box-shadow
:
1
px
3
px
1
px
rgba
(
0
,
0
,
0
,
0.25
);
-moz-
box-shadow
:
1
px
3
px
1
px
rgba
(
0
,
0
,
0
,
0.25
);
-webkit-
box-shadow
:
1
px
3
px
1
px
rgba
(
0
,
0
,
0
,
0.25
);
}
.
dropdown-menu-frame
a
,
.
dropdown-menu-frame
span
{
display
:
block
;
font-size
:
11
px
;
padding
:
4
px
8
px
;
}
.
dropdown-menu-frame
span
{
color
:
#666666
;
}
.
dropdown-menu-frame
a
:
hover
{
background
:
#005588
;
color
:
white
;
text-decoration
:
none
;
}
a
.
toggle
{
display
:
inline-block
;
padding
:
4
px
8
px
;
font-size
:
12
px
;
font-weight
:
bold
;
color
:
#555
;
text-decoration
:
none
;
white-space
:
nowrap
;
vertical-align
:
baseline
;
background-color
:
#f7f7f7
;
margin
:
0
6
px
0
0
;
border-radius
:
3
px
;
box-shadow
:
inset
0
0
3
px
rgba
(
0
,
0
,
0
,
.4
);
}
a
.
toggle
:
hover
{
background-color
:
#14568e
;
color
:
#fff
}
a
.
toggle-selected
{
background-color
:
#14568e
;
color
:
#fff
}
a
.
toggle-fixed
{
cursor
:
default
;
}
.
caret
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
vertical-align
:
top
;
border-top
:
5
px
solid
#fff
;
border-right
:
5
px
solid
transparent
;
border-left
:
5
px
solid
transparent
;
content
:
""
;
}
.
dropdown
.
caret
{
margin-top
:
7
px
;
margin-left
:
4
px
;
}
.
grey
.
dropdown
.
caret
{
border-top-color
:
#000
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 4, 4:14 PM (8 h, 30 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8c/6d/5eaabb63c37bc20258efb4a30bd9
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment