/** * @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; width: 78px; height: 78px; overflow: hidden; position: relative; text-decoration: none; border: 1px solid #080909; } a.phabricator-application-launch-container:hover { text-decoration: none; } /* The hover effect looks awful on phones/tablets when scrolling. */ .device-desktop a.phabricator-application-launch-container:hover { background-color: #638ed3; border-color: #0a1d59; color: #fff; } .phabricator-application-launch-icon { display: block; position: absolute; left: 25px; top: 15px; width: 28px; height: 28px; } .phabricator-application-launch-name { display: block; margin-top: 50px; font-weight: bold; font-size: 11px; text-align: center; color: #ffffff; text-shadow: 0px 1px 1px #000000; } .phabricator-application-launch-attention { position: absolute; right: 4px; top: 4px; background: #ff0000; border-radius: 10px; color: white; font-weight: bold; padding: 1px 6px 2px; border: 1px solid #aa0000; font-size: 12px; }