mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-04 20:52:43 +01:00
274cbf3cdb
Summary: Ref T8099, hashtag#yolo. Adds back the original gradients plus a 'light' theme. Unclear which should be default, but we can play with it until a decision needs to be made. Test Plan: Change colors a lot, turn on durable column. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13146
73 lines
2 KiB
CSS
73 lines
2 KiB
CSS
/**
|
|
* @provides phui-theme-css
|
|
*/
|
|
|
|
.phui-theme-light button.phabricator-main-menu-search-dropdown .caret:before {
|
|
color: {$lightbluetext};
|
|
}
|
|
|
|
.phui-theme-light .phabricator-main-menu-search
|
|
button.phabricator-main-menu-search-dropdown .phui-icon-view {
|
|
color: {$lightbluetext};
|
|
text-shadow: {$whitetextshadow};
|
|
}
|
|
|
|
.phui-theme-light .alert-notifications .phui-icon-view {
|
|
color: {$lightbluetext};
|
|
text-shadow: {$whitetextshadow};
|
|
}
|
|
|
|
.phui-theme-light .phabricator-application-menu
|
|
.phui-list-item-icon.phui-font-fa {
|
|
color: {$lightbluetext};
|
|
text-shadow: {$whitetextshadow};
|
|
}
|
|
|
|
.device-desktop .phui-theme-light .phabricator-main-menu-search
|
|
button.phabricator-main-menu-search-dropdown:hover .phui-icon-view {
|
|
color: {$sky};
|
|
}
|
|
|
|
.device-desktop .phui-theme-light .phabricator-application-menu
|
|
.core-menu-item.phui-list-item-view:hover
|
|
.phui-list-item-icon.phui-font-fa {
|
|
color: {$sky};
|
|
}
|
|
|
|
.phui-theme-light .phabricator-menu-button-icon.phui-icon-view {
|
|
color: {$bluetext};
|
|
text-shadow: {$whitetextshadow};
|
|
}
|
|
|
|
.phui-theme-light .sprite-main-header {
|
|
background-image: none;
|
|
}
|
|
|
|
/*--- Messages / Notifications -----------------------------------------------*/
|
|
|
|
.device-desktop .phui-theme-light .alert-notifications:hover .phui-icon-view {
|
|
color: {$sky};
|
|
}
|
|
|
|
.phui-theme-light .alert-unread .phabricator-main-menu-alert-icon,
|
|
.phui-theme-light .message-unread .phabricator-main-menu-message-icon {
|
|
color: {$sky};
|
|
}
|
|
|
|
.phui-theme-light .phabricator-main-menu-alert-count,
|
|
.phui-theme-light .phabricator-main-menu-message-count,
|
|
.phui-theme-light .phui-icon-view.menu-icon-selected {
|
|
color: {$sky};
|
|
}
|
|
|
|
/*--- Durable Column ---------------------------------------------------------*/
|
|
|
|
.phui-theme-light .conpherence-durable-column-header-text,
|
|
.phui-theme-light .conpherence-durable-column-header-text .phui-icon-view {
|
|
color: {$bluetext};
|
|
}
|
|
|
|
.phui-theme-light .conpherence-durable-column-header {
|
|
border-left: 1px solid {$lightblueborder};
|
|
border-right: 1px solid {$lightblueborder};
|
|
}
|