PluginProbe
UpStream: a Project Management Plugin for WordPress / 2.1.0
UpStream: a Project Management Plugin for WordPress v2.1.0
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / includes / admin / assets / css / admin-upstream-icon.css

admin-upstream-icon.css in UpStream: a Project Management Plugin for WordPress 2.1.0, at includes/admin/assets/css/admin-upstream-icon.css

41 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @font-face {
2 font-family: "upstream";
3 src: url("../font/upstream.eot");
4 src: url("../font/upstream.eot?#iefix") format("embedded-opentype"),
5 url("../font/upstream.woff") format("woff"),
6 url("../font/upstream.ttf") format("truetype"),
7 url("../font/upstream.svg#upstream") format("svg");
8 font-weight: normal;
9 font-style: normal;
10 }
11
12 @media screen and (-webkit-min-device-pixel-ratio: 0) {
13 @font-face {
14 font-family: "upstream";
15 src: url("../font/upstream.svg#upstream") format("svg");
16 }
17 }
18
19 [class^="upstream-"]:before, [class*=" upstream-"]:before,
20 [class^="upstream-"]:after, [class*=" upstream-"]:after,
21 #menu-posts-project .dashicons-arrow-up-alt:before,
22 #menu-posts-project .dashicons-arrow-up-alt:after,
23 #toplevel_page_upstream_general .dashicons-arrow-up-alt:before,
24 #toplevel_page_upstream_general .dashicons-arrow-up-alt:after {
25 font-family: upstream !important;
26 font-size: 18px;
27 font-style: normal;
28 }
29
30 #menu-posts-project .dashicons-arrow-up-alt:before,
31 #toplevel_page_upstream_general .dashicons-arrow-up-alt:before {
32 content: "\f100";
33 -webkit-transform: rotate(180deg);
34 -moz-transform: rotate(180deg);
35 -ms-transform: rotate(180deg);
36 -o-transform: rotate(180deg);
37 transform: rotate(180deg);
38 font-weight: bold;
39
40 }
41