2020-10-20 01:31:06 +05:30
:root {
/* documented customizable variables */
2020-12-04 05:42:16 +05:30
--fonts-proportional: system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif;
--fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Twemoji Mozilla";
2020-10-20 01:31:06 +05:30
/* other variables */
2020-12-04 05:42:16 +05:30
--fonts-regular: var(--fonts-proportional), var(--fonts-emoji);
2020-10-25 00:45:29 +05:30
--border-radius: .28571429rem;
2020-10-31 09:22:10 +05:30
--color-primary: #4183c4;
--color-primary-dark-1: #3876b3;
--color-primary-dark-2: #31699f;
--color-primary-dark-3: #2b5c8b;
--color-primary-dark-4: #254f77;
--color-primary-dark-5: #193450;
--color-primary-dark-6: #0c1a28;
--color-primary-dark-7: #04080c;
--color-primary-light-1: #548fca;
--color-primary-light-2: #679cd0;
--color-primary-light-3: #7aa8d6;
--color-primary-light-4: #8db5dc;
--color-primary-light-5: #b3cde7;
--color-primary-light-6: #d9e6f3;
--color-primary-light-7: #f4f8fb;
2020-10-31 17:47:32 +05:30
--color-primary-alpha-10: #4183c419;
--color-primary-alpha-20: #4183c433;
--color-primary-alpha-30: #4183c44b;
--color-primary-alpha-40: #4183c466;
--color-primary-alpha-50: #4183c480;
--color-primary-alpha-60: #4183c499;
--color-primary-alpha-70: #4183c4b3;
--color-primary-alpha-80: #4183c4cc;
--color-primary-alpha-90: #4183c4e1;
2020-11-08 02:34:40 +05:30
--color-secondary: #dedede;
--color-secondary-dark-1: #cecece;
--color-secondary-dark-2: #bfbfbf;
--color-secondary-dark-3: #a0a0a0;
--color-secondary-dark-4: #909090;
--color-secondary-dark-5: #818181;
--color-secondary-dark-6: #717171;
--color-secondary-dark-7: #626262;
--color-secondary-dark-7: #525252;
--color-secondary-dark-8: #434343;
--color-secondary-dark-8: #333333;
--color-secondary-dark-9: #242424;
--color-secondary-dark-10: #141414;
--color-secondary-dark-11: #040404;
--color-secondary-light-1: #e5e5e5;
--color-secondary-light-2: #ebebeb;
--color-secondary-light-3: #f2f2f2;
--color-secondary-light-4: #f8f8f8;
--color-secondary-alpha-10: #dedede19;
--color-secondary-alpha-20: #dedede33;
--color-secondary-alpha-30: #dedede4b;
--color-secondary-alpha-40: #dedede66;
--color-secondary-alpha-50: #dedede80;
--color-secondary-alpha-60: #dedede99;
--color-secondary-alpha-70: #dededeb3;
--color-secondary-alpha-80: #dededecc;
--color-secondary-alpha-90: #dededee1;
2020-11-16 02:28:16 +05:30
/* colors */
--color-red: #db2828;
--color-orange: #f2711c;
--color-yellow: #fbbd08;
--color-olive: #b5cc18;
--color-green: #21ba45;
--color-teal: #00b5ad;
--color-blue: #2185d0;
--color-violet: #6435c9;
--color-purple: #a333c8;
--color-pink: #e03997;
--color-brown: #a5673f;
2020-12-04 16:48:37 +05:30
--color-grey: #888888;
2020-11-16 02:28:16 +05:30
--color-black: #1b1c1d;
--color-gold: #a1882b;
--color-white: #ffffff;
2020-12-17 21:22:58 +05:30
--color-diff-removed-word-bg: #fdb8c0;
--color-diff-added-word-bg: #acf2bd;
--color-diff-removed-row-bg: #ffeef0;
--color-diff-added-row-bg: #e6ffed;
--color-diff-removed-row-border: #f1c0c0;
--color-diff-added-row-border: #e6ffed;
--color-diff-inactive: #f2f2f2;
2020-11-16 02:28:16 +05:30
/* target-based colors */
2020-11-08 21:59:18 +05:30
--color-body: #ffffff;
2020-12-17 21:22:58 +05:30
--color-text-dark: #080808;
2020-11-08 21:59:18 +05:30
--color-text: #212121;
2020-11-29 21:22:11 +05:30
--color-text-light: #555555;
2020-11-29 11:52:04 +05:30
--color-text-light-2: #888888;
2020-11-08 21:59:18 +05:30
--color-box-header: #f7f7f7;
--color-box-body: #ffffff;
2020-11-29 11:52:04 +05:30
--color-footer: #ffffff;
2020-11-08 21:59:18 +05:30
--color-timeline: #ececec;
2020-11-12 21:29:33 +05:30
--color-input-text: #212121;
--color-input-background: #ffffff;
--color-input-border: #dedede;
--color-input-border-hover: #cecece;
2020-11-27 01:03:28 +05:30
--color-navbar: #f8f8f8;
2020-11-29 11:52:04 +05:30
--color-label: #00000010;
--color-label-hover: #00000015;
--color-label-basic: #00000008;
--color-label-border: #00000018;
2020-11-29 21:22:11 +05:30
--color-hover: #0000000a;
--color-active: #00000010;
2020-11-29 11:52:04 +05:30
--color-menu: #ffffff;
2020-12-05 15:39:09 +05:30
--color-card: #ffffff;
2020-11-29 21:22:11 +05:30
--color-markdown-table-row: #00000008;
2020-12-09 19:33:45 +05:30
--color-markdown-code-block: #00000008;
2020-11-29 21:22:11 +05:30
--color-button: #ffffff;
2020-12-04 16:48:37 +05:30
--color-code-bg: #ffffff;
2020-12-10 08:29:05 +05:30
--color-markdown-code-block: #00000010;
--color-secondary-bg: #f4f4f4;
2020-12-15 12:30:41 +05:30
/* backgrounds */
--checkbox-mask-checked: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 18 18" width="16" height="16"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg>');
--checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>');
2020-10-20 01:31:06 +05:30
}
:root:lang(ja) {
--fonts-proportional: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Source Han Sans JP", "Noto Sans CJK JP", "Droid Sans Japanese", "Meiryo", "MS PGothic";
}
:root:lang(zh-CN) {
--fonts-proportional: "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", "Heiti SC", "SimHei";
}
:root:lang(zh-TW) {
--fonts-proportional: "PingFang TC", "Hiragino Sans TC", "Source Han Sans TW", "Source Han Sans TC", "Noto Sans CJK TC", "Microsoft JhengHei", "Heiti TC", "PMingLiU";
}
:root:lang(zh-HK) {
--fonts-proportional: "PingFang HK", "Hiragino Sans TC", "Source Han Sans HK", "Source Han Sans TC", "Noto Sans CJK TC", "Microsoft JhengHei", "Heiti TC", "PMingLiU_HKSCS", "PMingLiU";
}
:root:lang(ko) {
--fonts-proportional: "Apple SD Gothic Neo", "NanumBarunGothic", "Malgun Gothic", "Gulim", "Dotum", "Nanum Gothic", "Source Han Sans KR", "Noto Sans CJK KR";
}
2019-03-18 18:19:01 +05:30
@font-face {
2020-10-20 01:31:06 +05:30
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
2020-08-26 01:18:53 +05:30
font-weight: 400;
2019-03-18 18:19:01 +05:30
}
@font-face {
2020-10-20 01:31:06 +05:30
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
2020-11-16 02:28:16 +05:30
font-weight: 500;
2019-03-18 18:19:01 +05:30
}
2020-11-08 23:31:38 +05:30
textarea {
2020-10-20 01:31:06 +05:30
font-family: var(--fonts-regular);
}
2019-03-18 18:19:01 +05:30
2020-11-06 22:46:21 +05:30
code,
kbd,
samp {
font-size: .9em; /* compensate for monospace fonts being usually slighty larger */
font-family: var(--fonts-monospace);
}
2020-11-16 02:28:16 +05:30
b,
2020-12-05 16:30:36 +05:30
strong,
2020-11-25 16:50:40 +05:30
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
}
2015-03-20 12:50:05 +05:30
body {
2020-10-31 09:22:10 +05:30
background-color: var(--color-body);
2020-08-26 01:18:53 +05:30
overflow-y: auto;
display: flex;
flex-direction: column;
2015-07-24 02:20:05 +05:30
}
2019-03-18 18:19:01 +05:30
2015-07-24 02:20:05 +05:30
img {
2020-08-26 01:18:53 +05:30
border-radius: 3px;
2015-03-08 01:42:13 +05:30
}
2019-05-13 11:56:32 +05:30
2018-09-09 23:41:49 +05:30
table {
2020-08-26 01:18:53 +05:30
border-collapse: collapse;
2018-09-09 23:41:49 +05:30
}
2019-05-13 11:56:32 +05:30
2020-10-31 09:22:10 +05:30
/* firefox scroll bars */
* {
scrollbar-width: thin;
scrollbar-color: var(--color-primary) transparent;
}
/* webkit scrollbars */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 0 6px var(--color-primary);
border: 2px solid transparent;
border-radius: 5px !important;
}
::-webkit-scrollbar-thumb:window-inactive {
box-shadow: inset 0 0 0 6px var(--color-primary);
}
::-webkit-scrollbar-thumb:hover {
box-shadow: inset 0 0 0 6px var(--color-primary-dark-2);
}
2020-11-27 01:03:28 +05:30
::-webkit-scrollbar-corner {
background: transparent;
}
2020-10-31 09:22:10 +05:30
::selection,
.CodeMirror-selected {
background: var(--color-primary-light-1) !important;
color: #fff !important;
}
2020-11-05 07:21:17 +05:30
::placeholder,
.CodeMirror-placeholder {
color: #aaa !important;
opacity: 1 !important;
}
2020-10-31 09:22:10 +05:30
a,
.ui.breadcrumb a {
color: var(--color-primary);
2020-08-26 01:18:53 +05:30
cursor: pointer;
2019-02-06 03:29:26 +05:30
}
2019-05-13 11:56:32 +05:30
2020-11-29 11:52:04 +05:30
a.muted {
color: inherit;
}
2020-10-31 09:22:10 +05:30
a:hover,
2020-11-29 11:52:04 +05:30
a.muted:hover,
2020-10-31 09:22:10 +05:30
.ui.breadcrumb a:hover {
color: var(--color-primary-dark-2);
}
2020-11-29 21:22:11 +05:30
.ui.breadcrumb .divider {
color: var(--color-text-light-2);
}
2020-12-01 09:30:14 +05:30
.page-content {
margin-top: 15px;
}
.page-content .header-wrapper,
.page-content .new-menu {
margin-top: -15px !important;
padding-top: 15px !important;
}
2020-11-08 02:34:40 +05:30
.ui.input.focus > input,
.ui.input > input:focus {
border-color: var(--color-primary);
}
2020-12-04 16:48:37 +05:30
.CodeMirror-focused {
border-color: var(--color-primary) !important;
}
2020-11-08 02:34:40 +05:30
.ui.action.input:not([class*="left action"]) > input:focus {
border-right-color: var(--color-primary);
}
2020-12-10 00:33:19 +05:30
.ui.menu,
.ui.vertical.menu {
2020-11-29 11:52:04 +05:30
background: var(--color-menu);
border-color: var(--color-secondary);
}
.ui.menu .item {
color: var(--color-text);
}
2020-12-17 21:22:58 +05:30
.ui.menu .item > .label {
background: var(--color-grey);
}
2020-11-29 11:52:04 +05:30
.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
color: var(--color-text);
background: var(--color-hover);
}
.ui.menu .active.item,
.ui.menu .active.item:hover,
2020-12-10 00:33:19 +05:30
.ui.vertical.menu .active.item,
2020-11-29 11:52:04 +05:30
.ui.vertical.menu .active.item:hover {
color: var(--color-text);
background: var(--color-active);
}
.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active {
color: var(--color-text);
background: none;
}
2020-12-04 16:48:37 +05:30
.ui.ui.menu .item.disabled {
color: var(--color-text-light-2);
}
2020-11-29 11:52:04 +05:30
.ui.dropdown .menu {
background: var(--color-menu);
border-color: var(--color-secondary);
}
.ui.dropdown .menu > .header:not(.ui) {
color: var(--color-text);
}
.ui.dropdown .menu > .item {
color: var(--color-text);
}
.ui.dropdown .menu > .item:hover {
color: var(--color-text);
background: var(--color-hover);
}
.ui.dropdown .menu .active.item {
2020-12-04 16:48:37 +05:30
color: var(--color-text);
background: var(--color-active);
2020-11-29 11:52:04 +05:30
font-weight: normal;
}
2020-12-09 05:42:15 +05:30
/* fix misaligned images in webhook dropdown */
.ui.dropdown .menu > .item > img {
margin-top: -.25rem;
margin-bottom: -.25rem;
}
2020-11-29 11:52:04 +05:30
.ui.selection.dropdown .menu > .item {
border-color: var(--color-secondary);
}
.ui.selection.visible.dropdown > .text:not(.default) {
color: var(--color-text);
}
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
color: var(--color-text);
background: var(--color-hover);
}
2020-12-10 00:33:19 +05:30
.ui.menu .ui.dropdown .menu > .selected.item {
color: var(--color-text) !important;
background: var(--color-hover) !important;
}
.ui.dropdown .menu > .message:not(.ui) {
color: var(--color-text-light-2);
}
2020-11-29 11:52:04 +05:30
.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
color: var(--color-text);
background: var(--color-hover);
}
.ui.secondary.menu .active.item,
.ui.secondary.menu .active.item:hover {
color: var(--color-text);
background: var(--color-active);
}
.ui.menu .dropdown.item .menu {
background: var(--color-menu);
}
.ui.menu .ui.dropdown .menu > .item {
color: var(--color-text) !important;
}
.ui.menu .ui.dropdown .menu > .item:hover {
color: var(--color-text) !important;
background: var(--color-hover) !important;
}
.ui.menu .ui.dropdown .menu > .active.item {
color: var(--color-text) !important;
background: var(--color-active) !important;
}
2020-11-08 02:34:40 +05:30
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu {
border-color: var(--color-primary-light-2);
}
.ui.selection.dropdown .menu {
margin: 0 -1.25px;
}
2020-11-27 01:03:28 +05:30
.ui.pointing.dropdown > .menu:not(.hidden)::after {
background: var(--color-box-body);
box-shadow: -1px -1px 0 0 var(--color-secondary);
2020-12-05 15:39:09 +05:30
}
.ui.cards > .card,
.ui.card {
background: var(--color-card);
border: 1px solid var(--color-secondary);
box-shadow: none;
}
.ui.cards > .card > .content,
.ui.card > .content {
border-color: var(--color-secondary);
}
.ui.cards > .card > .extra,
.ui.card > .extra,
.ui.cards > .card > .extra a:not(.ui),
.ui.card > .extra a:not(.ui) {
color: var(--color-text);
}
.ui.cards > .card > .extra a:not(.ui):hover,
.ui.card > .extra a:not(.ui):hover {
color: var(--color-primary);
}
.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
color: var(--color-text);
}
.ui.cards > .card > .content > .description,
.ui.card > .content > .description {
color: var(--color-text);
}
.ui.cards a.card:hover,
.ui.link.cards .card:not(.icon):hover,
a.ui.card:hover,
.ui.link.card:hover {
border: 1px solid var(--color-secondary);
background: var(--color-card);
2020-11-27 01:03:28 +05:30
}
2020-12-17 21:22:58 +05:30
.ui.comments .comment .text,
.ui.comments .comment .author {
color: var(--color-text);
}
.ui.comments .comment a.author:hover {
color: var(--color-primary);
}
.ui.comments .comment .metadata {
color: var(--color-text-light-2);
}
.ui.comments .comment .actions a {
color: var(--color-text-light);
}
.ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover {
color: var(--color-primary);
}
2020-11-27 01:03:28 +05:30
.ui.progress[data-percent="0"] .bar .progress {
color: var(--color-text);
}
2020-11-12 21:29:33 +05:30
.ui.attached.table {
border-color: var(--color-secondary);
}
2020-11-13 07:01:25 +05:30
.ui.table {
color: var(--color-text);
2020-11-25 00:57:10 +05:30
background: var(--color-body);
border-color: var(--color-secondary);
2020-11-13 07:01:25 +05:30
}
.ui.ui.selectable.table > tbody > tr:hover,
.ui.table tbody tr td.selectable:hover {
color: var(--color-text);
background-color: var(--color-secondary-alpha-40);
}
2020-11-25 00:57:10 +05:30
.ui.ui.ui.ui.table tr.grey:not(.marked),
.ui.ui.table td.grey:not(.marked) {
background: var(--color-body);
color: var(--color-text);
}
2020-11-13 07:01:25 +05:30
.ui.modal {
background: var(--color-body);
}
2020-12-10 00:33:19 +05:30
.ui.modal > .header {
border-color: var(--color-secondary);
border-top-left-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
}
2020-11-13 07:01:25 +05:30
.ui.modal > .close.inside,
.ui.fullscreen.modal > .close {
2020-12-10 00:33:19 +05:30
top: 11px; /* align modal close icon, for example admin notices */
2020-11-13 07:01:25 +05:30
color: var(--body-color);
}
.ui.basic.table > tbody > tr {
border-color: var(--color-secondary);
}
2020-12-04 00:16:11 +05:30
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.images svg,
.ui.avatar.image img,
.ui.avatar.image svg,
.ui.avatar.image,
.ui.cards > .card img.avatar,
.ui.cards > .card .avatar img,
.ui.card img.avatar,
.ui.card .avatar img {
border-radius: var(--border-radius);
}
2016-04-20 02:05:36 +05:30
.dont-break-out {
2020-08-26 01:18:53 +05:30
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
hyphens: auto;
2016-04-20 02:05:36 +05:30
}
2019-05-13 11:56:32 +05:30
2015-03-08 01:42:13 +05:30
.full.height {
2020-08-26 01:18:53 +05:30
flex-grow: 1;
padding-bottom: 80px;
2015-03-08 01:42:13 +05:30
}
2019-05-13 11:56:32 +05:30
2015-03-08 01:42:13 +05:30
.following.bar {
2020-08-26 01:18:53 +05:30
z-index: 900;
left: 0;
margin: 0 !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.light {
2020-11-27 01:03:28 +05:30
background: var(--color-body);
border-bottom: 1px solid var(--color-secondary);
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.column .menu {
margin-top: 0;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.top.menu a.item.brand {
padding-left: 0;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.brand .ui.mini.image {
width: 30px;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.top.menu a.item:hover,
.top.menu .dropdown.item:hover,
.top.menu .dropdown.item.active {
background-color: transparent;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.top.menu a.item:hover {
color: rgba(0, 0, 0, .45);
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.top.menu .menu {
z-index: 900;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.fitted .svg {
margin-right: 0;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.svg {
margin-right: .75em;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.searchbox {
background-color: #f4f4f4 !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&:focus {
background-color: #e9e9e9 !important;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.text .svg {
width: 16px;
text-align: center;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
#navbar {
width: 100vw;
min-height: 52px;
padding: 0 .5rem;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
#navbar .brand {
margin: 0;
}
2019-05-13 11:56:32 +05:30
2020-10-31 17:47:32 +05:30
#navbar .dropdown .avatar {
margin-right: 0 !important;
}
2020-11-17 11:03:19 +05:30
@media @mediaSm {
2020-08-26 01:18:53 +05:30
#navbar:not(.shown) > *:not(:first-child) {
display: none;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2015-07-24 02:20:05 +05:30
}
2015-11-13 22:35:48 +05:30
2017-12-31 06:17:52 +05:30
.right.stackable.menu {
2020-08-26 01:18:53 +05:30
// responsive fix: this makes sure that the right menu when the page
// is on mobile view will have elements stacked on top of each other.
// no, stackable won't work on right menus.
margin-left: auto;
display: flex;
align-items: inherit;
flex-direction: inherit;
2017-12-31 06:17:52 +05:30
}
2020-11-27 01:03:28 +05:30
.ui.dropdown .menu {
border-color: var(--color-secondary);
}
2020-12-04 16:48:37 +05:30
.ui.pagination.menu .active.item {
color: var(--color-text);
background: var(--color-active);
}
2020-11-01 03:45:11 +05:30
.ui.form .field > .selection.dropdown > .dropdown.icon {
height: auto;
}
2020-12-01 09:30:14 +05:30
.ui.loading.segment::before {
background: none;
}
2020-11-12 21:29:33 +05:30
.ui.loading.loading.input > i.icon svg {
visibility: hidden;
}
2015-07-24 02:20:05 +05:30
.ui {
2020-08-26 01:18:53 +05:30
&.left:not(.action) {
float: left;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.right:not(.action) {
float: right;
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.button,
&.menu .item {
user-select: auto;
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.container {
&.fluid {
&.padded {
padding: 0 10px;
}
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.form {
.ui.button {
font-weight: normal;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.floating.label {
z-index: 10;
}
2018-05-11 08:58:26 +05:30
2020-08-26 01:18:53 +05:30
&.transparent.label {
background-color: transparent;
}
2018-09-07 08:02:46 +05:30
2020-08-26 01:18:53 +05:30
&.menu,
&.vertical.menu,
&.segment {
box-shadow: none;
}
2017-12-05 12:01:33 +05:30
2020-08-26 01:18:53 +05:30
/* Overide semantic selector '.ui.menu:not(.vertical) .item > .button' */
/* This fixes the commit graph button on the commits page */
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.menu:not(.vertical) .item > .button.compact {
padding: .58928571em 1.125em;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.menu:not(.vertical) .item > .button.small {
font-size: .92857143rem;
}
2017-12-03 04:46:35 +05:30
2020-08-26 01:18:53 +05:30
&.menu .ui.dropdown.item .menu .item {
width: 100%;
}
2019-04-12 02:39:41 +05:30
2020-08-26 01:18:53 +05:30
&.dropdown .menu > .item > .floating.label {
z-index: 11;
}
2018-05-11 08:58:26 +05:30
2020-08-26 01:18:53 +05:30
&.dropdown .menu .menu > .item > .floating.label {
z-index: 21;
}
2018-05-11 08:58:26 +05:30
2020-08-26 01:18:53 +05:30
&.dropdown .menu > .header {
font-size: .8em;
}
2019-12-18 03:04:11 +05:30
2020-08-26 01:18:53 +05:30
.text {
&.red {
2020-11-16 02:28:16 +05:30
color: var(--color-red) !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
a {
2020-11-25 16:50:40 +05:30
color: inherit !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&:hover {
color: #e67777 !important;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.blue {
2020-11-25 16:50:40 +05:30
color: var(--color-primary) !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
a {
2020-11-25 16:50:40 +05:30
color: inherit !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&:hover {
2020-11-25 16:50:40 +05:30
color: var(--color-primary-dark-1) !important;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.black {
2020-12-03 22:35:35 +05:30
color: var(--color-text);
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&:hover {
2020-12-17 21:22:58 +05:30
color: var(--color-text-dark);
2020-08-26 01:18:53 +05:30
}
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.grey {
2020-11-25 16:50:40 +05:30
color: var(--color-text-light) !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
a {
2020-12-17 21:22:58 +05:30
color: var(--color-text) !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&:hover {
2020-11-25 16:50:40 +05:30
color: var(--color-primary) !important;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.light.grey {
2020-12-17 21:22:58 +05:30
color: var(--color-text-light-2) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.green {
2020-11-16 02:28:16 +05:30
color: var(--color-green) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.purple {
2020-11-16 02:28:16 +05:30
color: var(--color-purple) !important;
2020-08-26 01:18:53 +05:30
}
2020-02-28 00:50:55 +05:30
2020-08-26 01:18:53 +05:30
&.yellow {
2020-11-16 02:28:16 +05:30
color: var(--color-yellow) !important;
2020-08-26 01:18:53 +05:30
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.orange {
2020-11-16 02:28:16 +05:30
color: var(--color-orange) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.gold {
2020-11-16 02:28:16 +05:30
color: var(--color-gold) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.left {
text-align: left !important;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.right {
text-align: right !important;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.small {
font-size: .75em;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.normal {
font-weight: normal;
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.bold {
2020-12-05 16:30:36 +05:30
font-weight: 600;
2020-08-26 01:18:53 +05:30
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.italic {
font-style: italic;
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
}
Allow cross-repository dependencies on issues (#7901)
* in progress changes for #7405, added ability to add cross-repo dependencies
* removed unused repolink var
* fixed query that was breaking ci tests; fixed check in issue dependency add so that the id of the issue and dependency is checked rather than the indexes
* reverted removal of string in local files becasue these are done via crowdin, not updated manually
* removed 'Select("issue.*")' from getBlockedByDependencies and getBlockingDependencies based on comments in PR review
* changed getBlockedByDependencies and getBlockingDependencies to use a more xorm-like query, also updated the sidebar as a result
* simplified the getBlockingDependencies and getBlockedByDependencies methods; changed the sidebar to show the dependencies in a different format where you can see the name of the repository
* made some changes to the issue view in the dependencies (issue name on top, repo full name on separate line). Change view of issue in the dependency search results (also showing the full repo name on separate line)
* replace call to FindUserAccessibleRepoIDs with SearchRepositoryByName. The former was hardcoded to use isPrivate = false on the repo search, but this code needed it to be true. The SearchRepositoryByName method is used more in the code including on the user's dashboard
* some more tweaks to the layout of the issues when showing dependencies and in the search box when you add new dependencies
* added Name to the RepositoryMeta struct
* updated swagger doc
* fixed total count for link header on SearchIssues
* fixed indentation
* fixed aligment of remove icon on dependencies in issue sidebar
* removed unnecessary nil check (unnecessary because issue.loadRepo is called prior to this block)
* reverting .css change, somehow missed or forgot that less is used
* updated less file and generated css; updated sidebar template with styles to line up delete and issue index
* added ordering to the blocked by/depends on queries
* fixed sorting in issue dependency search and the depends on/blocks views to show issues from the current repo first, then by created date descending; added a "all cross repository dependencies" setting to allow this feature to be turned off, if turned off, the issue dependency search will work the way it did before (restricted to the current repository)
* re-applied my swagger changes after merge
* fixed split string condition in issue search
* changed ALLOW_CROSS_REPOSITORY_DEPENDENCIES description to sound more global than just the issue dependency search; returning 400 in the cross repo issue search api method if not enabled; fixed bug where the issue count did not respect the state parameter
* when adding a dependency to an issue, added a check to make sure the issue and dependency are in the same repo if cross repo dependencies is not enabled
* updated sortIssuesSession call in PullRequests, another commit moved this method from pull.go to pull_list.go so I had to re-apply my change here
* fixed incorrect setting of user id parameter in search repos call
2019-10-31 10:36:10 +05:30
2020-08-26 01:18:53 +05:30
&.thin {
font-weight: normal;
}
Allow cross-repository dependencies on issues (#7901)
* in progress changes for #7405, added ability to add cross-repo dependencies
* removed unused repolink var
* fixed query that was breaking ci tests; fixed check in issue dependency add so that the id of the issue and dependency is checked rather than the indexes
* reverted removal of string in local files becasue these are done via crowdin, not updated manually
* removed 'Select("issue.*")' from getBlockedByDependencies and getBlockingDependencies based on comments in PR review
* changed getBlockedByDependencies and getBlockingDependencies to use a more xorm-like query, also updated the sidebar as a result
* simplified the getBlockingDependencies and getBlockedByDependencies methods; changed the sidebar to show the dependencies in a different format where you can see the name of the repository
* made some changes to the issue view in the dependencies (issue name on top, repo full name on separate line). Change view of issue in the dependency search results (also showing the full repo name on separate line)
* replace call to FindUserAccessibleRepoIDs with SearchRepositoryByName. The former was hardcoded to use isPrivate = false on the repo search, but this code needed it to be true. The SearchRepositoryByName method is used more in the code including on the user's dashboard
* some more tweaks to the layout of the issues when showing dependencies and in the search box when you add new dependencies
* added Name to the RepositoryMeta struct
* updated swagger doc
* fixed total count for link header on SearchIssues
* fixed indentation
* fixed aligment of remove icon on dependencies in issue sidebar
* removed unnecessary nil check (unnecessary because issue.loadRepo is called prior to this block)
* reverting .css change, somehow missed or forgot that less is used
* updated less file and generated css; updated sidebar template with styles to line up delete and issue index
* added ordering to the blocked by/depends on queries
* fixed sorting in issue dependency search and the depends on/blocks views to show issues from the current repo first, then by created date descending; added a "all cross repository dependencies" setting to allow this feature to be turned off, if turned off, the issue dependency search will work the way it did before (restricted to the current repository)
* re-applied my swagger changes after merge
* fixed split string condition in issue search
* changed ALLOW_CROSS_REPOSITORY_DEPENDENCIES description to sound more global than just the issue dependency search; returning 400 in the cross repo issue search api method if not enabled; fixed bug where the issue count did not respect the state parameter
* when adding a dependency to an issue, added a check to make sure the issue and dependency are in the same repo if cross repo dependencies is not enabled
* updated sortIssuesSession call in PullRequests, another commit moved this method from pull.go to pull_list.go so I had to re-apply my change here
* fixed incorrect setting of user id parameter in search repos call
2019-10-31 10:36:10 +05:30
2020-08-26 01:18:53 +05:30
&.middle {
vertical-align: middle;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2019-11-20 04:14:58 +05:30
2020-08-26 01:18:53 +05:30
.message {
text-align: center;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.message > ul {
margin-left: auto;
margin-right: auto;
display: table;
text-align: left;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.bottom.attached.message {
text-align: left;
color: black;
.pull-right {
color: black;
2019-01-30 04:41:53 +05:30
}
2020-08-26 01:18:53 +05:30
& > span,
.pull-right > span {
2020-11-16 02:28:16 +05:30
color: var(--color-green);
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.header > i + .content {
padding-left: .75rem;
vertical-align: middle;
}
2019-05-13 11:56:32 +05:30
2020-10-05 02:24:22 +05:30
.error {
&.header {
background-color: #ffe8e6 !important;
2020-11-16 02:28:16 +05:30
border-color: var(--color-red);
2020-10-05 02:24:22 +05:30
}
&.segment {
2020-11-16 02:28:16 +05:30
border-color: var(--color-red);
2020-10-05 02:24:22 +05:30
}
}
2020-08-26 01:18:53 +05:30
.warning {
&.header {
background-color: #f9edbe !important;
2020-11-16 02:28:16 +05:30
border-color: var(--color-yellow);
2017-10-27 10:00:54 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.segment {
2020-11-16 02:28:16 +05:30
border-color: var(--color-yellow);
2020-08-26 01:18:53 +05:30
}
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.info {
&.segment {
border: 1px solid #c5d5dd;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.top {
background-color: #e6f1f6 !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
h3,
h4 {
margin-top: 0;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
h3:last-child {
margin-top: 4px;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
> :last-child {
margin-bottom: 0;
}
}
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
.normal.header {
font-weight: normal;
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
.form {
.fake {
display: none !important;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
.sub.field {
margin-left: 25px;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
.sha.label {
2020-10-20 01:31:06 +05:30
font-family: var(--fonts-monospace);
2020-08-26 01:18:53 +05:30
font-size: 13px;
padding: 6px 10px 4px;
font-weight: normal;
margin: 0 6px;
}
2019-10-29 00:01:55 +05:30
2020-08-26 01:18:53 +05:30
.button.truncate {
display: inline-block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
white-space: nowrap;
margin-right: 6px;
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.status.buttons {
.svg {
margin-right: 4px;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2017-10-27 10:00:54 +05:30
2020-08-26 01:18:53 +05:30
&.inline.delete-button {
padding: 8px 15px;
font-weight: normal;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.background {
&.red {
2020-11-16 02:28:16 +05:30
background-color: var(--color-red) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.blue {
2020-10-31 09:22:10 +05:30
background-color: var(--color-primary) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.black {
background-color: #444444;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.grey {
2020-11-16 02:28:16 +05:30
background-color: var(--color-grey) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.light.grey {
2020-11-16 02:28:16 +05:30
background-color: var(--color-grey) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.green {
2020-11-16 02:28:16 +05:30
background-color: var(--color-green) !important;
2020-08-26 01:18:53 +05:30
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.purple {
2020-11-16 02:28:16 +05:30
background-color: var(--color-purple) !important;
2020-08-26 01:18:53 +05:30
}
2020-02-28 00:50:55 +05:30
2020-08-26 01:18:53 +05:30
&.yellow {
2020-11-16 02:28:16 +05:30
background-color: var(--color-yellow) !important;
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
&.orange {
2020-11-16 02:28:16 +05:30
background-color: var(--color-orange) !important;
2020-08-26 01:18:53 +05:30
}
2019-07-08 07:44:12 +05:30
2020-08-26 01:18:53 +05:30
&.gold {
2020-11-16 02:28:16 +05:30
background-color: var(--color-gold) !important;
2019-07-08 07:44:12 +05:30
}
2020-08-26 01:18:53 +05:30
}
2019-07-08 07:44:12 +05:30
2020-08-26 01:18:53 +05:30
.migrate {
2020-11-29 11:52:04 +05:30
color: var(--color-text-light-2) !important;
2020-08-26 01:18:53 +05:30
opacity: .5;
a {
2020-11-29 11:52:04 +05:30
color: var(--color-text-light) !important;
2019-09-16 14:33:22 +05:30
2020-08-26 01:18:53 +05:30
&:hover {
2020-11-29 11:52:04 +05:30
color: var(--color-text) !important;
2020-08-26 01:18:53 +05:30
}
}
}
2019-09-16 14:33:22 +05:30
2020-08-26 01:18:53 +05:30
.border {
border: 1px solid;
&.red {
2020-11-16 02:28:16 +05:30
border-color: var(--color-red) !important;
2020-08-26 01:18:53 +05:30
}
2019-09-16 14:33:22 +05:30
2020-08-26 01:18:53 +05:30
&.blue {
2020-10-31 09:22:10 +05:30
border-color: var(--color-primary) !important;
2020-08-26 01:18:53 +05:30
}
2019-09-16 14:33:22 +05:30
2020-08-26 01:18:53 +05:30
&.black {
border-color: #444444;
}
2019-09-16 14:33:22 +05:30
2020-08-26 01:18:53 +05:30
&.grey {
2020-11-16 02:28:16 +05:30
border-color: var(--color-grey) !important;
2020-08-26 01:18:53 +05:30
}
2019-09-16 14:33:22 +05:30
2020-08-26 01:18:53 +05:30
&.light.grey {
2020-11-16 02:28:16 +05:30
border-color: var(--color-grey) !important;
2020-08-26 01:18:53 +05:30
}
2019-09-16 14:33:22 +05:30
2020-08-26 01:18:53 +05:30
&.green {
2020-11-16 02:28:16 +05:30
border-color: var(--color-green) !important;
2020-08-26 01:18:53 +05:30
}
2019-09-16 14:33:22 +05:30
2020-08-26 01:18:53 +05:30
&.purple {
2020-11-16 02:28:16 +05:30
border-color: var(--color-purple) !important;
2020-08-26 01:18:53 +05:30
}
2020-02-28 00:50:55 +05:30
2020-08-26 01:18:53 +05:30
&.yellow {
2020-11-16 02:28:16 +05:30
border-color: var(--color-yellow) !important;
2019-09-16 14:33:22 +05:30
}
2020-08-26 01:18:53 +05:30
&.orange {
2020-11-16 02:28:16 +05:30
border-color: var(--color-orange) !important;
2017-10-27 10:00:54 +05:30
}
2019-04-08 12:01:54 +05:30
2020-08-26 01:18:53 +05:30
&.gold {
2020-11-16 02:28:16 +05:30
border-color: var(--color-gold) !important;
2020-08-26 01:18:53 +05:30
}
}
.branch-tag-choice {
line-height: 20px;
}
&.pagination.menu {
2020-11-17 11:03:19 +05:30
@media @mediaSm {
2020-08-26 01:18:53 +05:30
.item:not(.active):not(.navigation),
.item.navigation span.navigation_label {
display: none;
}
}
&.narrow .item {
padding-left: 8px;
padding-right: 8px;
min-width: 1em;
text-align: center;
.icon {
margin-right: 0;
}
2019-04-08 12:01:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2020-10-22 02:37:33 +05:30
/* modal svg icons, copied from fomantic except width and height */
&.icon.header svg {
width: 3em;
height: 3em;
float: none;
display: block;
line-height: 1;
padding: 0;
margin: 0 auto .5rem;
opacity: 1;
}
/* center text in fomantic modal dialogs */
&.modal > .content {
text-align: center;
}
2015-03-08 01:42:13 +05:30
}
2015-08-12 15:42:06 +05:30
2019-03-05 08:43:51 +05:30
.ui.floating.dropdown {
2020-08-26 01:18:53 +05:30
.overflow.menu {
.scrolling.menu.items {
border-radius: 0 !important;
box-shadow: none !important;
2020-11-02 01:34:26 +05:30
border-bottom: 1px solid var(--color-secondary);
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2015-08-26 10:09:32 +05:30
}
2018-09-28 02:28:38 +05:30
.user-menu > .item {
2020-08-26 01:18:53 +05:30
width: 100%;
border-radius: 0 !important;
2018-09-28 02:28:38 +05:30
}
2015-08-31 13:40:28 +05:30
.scrolling.menu {
2020-08-26 01:18:53 +05:30
.item.selected {
2020-12-05 16:30:36 +05:30
font-weight: 600 !important;
2020-08-26 01:18:53 +05:30
}
2015-08-31 13:40:28 +05:30
}
2020-12-10 00:33:19 +05:30
.ui.dropdown .scrolling.menu {
border-color: var(--color-secondary);
}
2015-03-08 01:42:13 +05:30
footer {
2020-11-29 11:52:04 +05:30
background-color: var(--color-footer);
border-top: 1px solid var(--color-secondary);
2020-08-26 01:18:53 +05:30
width: 100%;
flex-basis: 40px;
2020-11-29 11:52:04 +05:30
color: var(--color-text-light);
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.container {
width: 100vw !important;
padding: 0 .5rem;
max-width: calc(100vw - 1rem) !important;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
.fa {
width: 16px;
text-align: center;
2020-10-31 09:22:10 +05:30
color: var(--color-primary);
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
.links > * {
2020-11-29 11:52:04 +05:30
border-left: 1px solid var(--color-secondary);
2020-08-26 01:18:53 +05:30
padding-left: 8px;
margin-left: 5px;
&:first-child {
border-left: 0;
}
2017-10-27 10:00:54 +05:30
}
2020-08-26 01:18:53 +05:30
}
2019-01-30 06:15:08 +05:30
2020-08-26 01:18:53 +05:30
.ui.language .menu {
max-height: 500px;
overflow-y: auto;
margin-bottom: 7px;
}
.ui {
&.left,
&.right {
line-height: 40px;
2019-01-30 06:15:08 +05:30
}
2020-08-26 01:18:53 +05:30
}
2015-03-08 01:42:13 +05:30
}
2015-07-07 22:39:03 +05:30
.hide {
2020-08-26 01:18:53 +05:30
display: none;
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.show-outdated {
display: none !important;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
&.hide-outdated {
display: none !important;
}
2015-07-07 22:39:03 +05:30
}
2019-05-13 11:56:32 +05:30
2015-07-08 17:17:56 +05:30
.center {
2020-08-26 01:18:53 +05:30
text-align: center;
2015-07-08 17:17:56 +05:30
}
2017-12-31 06:17:52 +05:30
// Conditional display
2020-11-17 11:03:19 +05:30
@media @mediaMdAndUp {
2020-08-26 01:18:53 +05:30
.mobile-only,
.ui.button.mobile-only {
display: none;
}
2019-05-13 11:56:32 +05:30
2020-08-26 01:18:53 +05:30
// has the same behaviour of sr-only, hiding the content for
// non-screenreaders, but is shown on mobile devices.
.sr-mobile-only {
.sr-only();
}
2017-12-31 06:17:52 +05:30
}
2019-05-13 11:56:32 +05:30
2020-11-17 11:03:19 +05:30
@media @mediaSm {
2020-08-26 01:18:53 +05:30
.not-mobile {
display: none;
}
2017-12-31 06:17:52 +05:30
}
2015-03-20 12:50:05 +05:30
// Accessibility
.sr-only {
2020-08-26 01:18:53 +05:30
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
2015-03-20 12:50:05 +05:30
}
2019-05-13 11:56:32 +05:30
2015-03-20 12:50:05 +05:30
.sr-only-focusable:active,
.sr-only-focusable:focus {
2020-08-26 01:18:53 +05:30
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
2015-08-25 23:35:08 +05:30
}
2020-11-17 11:03:19 +05:30
@media @mediaMd {
2020-08-26 01:18:53 +05:30
.ui.container {
width: 95%;
}
2015-12-08 01:50:54 +05:30
}
2016-01-31 21:49:02 +05:30
2017-03-16 04:09:38 +05:30
.ui.menu.new-menu {
2020-11-27 01:03:28 +05:30
margin-bottom: 15px;
background: var(--color-navbar);
border-bottom: 1px solid var(--color-secondary) !important;
overflow: auto;
2017-03-16 04:09:38 +05:30
}
2017-05-24 11:30:40 +05:30
2020-11-27 01:03:28 +05:30
@media @mediaSm {
2020-08-26 01:18:53 +05:30
.ui.menu.new-menu {
2020-11-27 01:03:28 +05:30
overflow: visible !important;
2020-08-26 01:18:53 +05:30
}
2020-11-27 01:03:28 +05:30
}
2020-08-26 01:18:53 +05:30
2020-11-27 01:03:28 +05:30
.ui.menu.new-menu .new-menu-inner {
display: flex;
margin-left: auto;
margin-right: auto;
}
2019-05-13 11:56:32 +05:30
2020-11-27 01:03:28 +05:30
@media @mediaSm {
.ui.menu.new-menu .new-menu-inner {
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
2020-08-26 01:18:53 +05:30
}
2020-11-27 01:03:28 +05:30
}
2019-05-13 11:56:32 +05:30
2020-11-27 01:03:28 +05:30
.ui.menu.new-menu::after {
position: absolute;
display: block;
2020-11-29 21:22:11 +05:30
background: linear-gradient(to right, transparent, var(--color-navbar) 100%);
content: '';
2020-11-27 01:03:28 +05:30
right: 0;
height: 39px;
width: 60px;
visibility: visible;
pointer-events: none;
}
2019-05-13 11:56:32 +05:30
2020-11-29 21:22:11 +05:30
.ui.menu.new-menu.shadow-body::after {
background: linear-gradient(to right, transparent, var(--color-body) 100%);
}
2020-11-27 01:03:28 +05:30
.ui.menu.new-menu .item {
margin: 0 !important;
}
2019-05-13 11:56:32 +05:30
2020-11-27 01:03:28 +05:30
@media @mediaSm {
.ui.menu.new-menu .item {
width: auto !important;
2020-08-26 01:18:53 +05:30
}
2020-11-27 01:03:28 +05:30
}
2020-08-26 01:18:53 +05:30
2020-11-27 01:03:28 +05:30
.ui.menu.new-menu .item:last-child {
padding-right: 30px !important;
}
.ui.menu.new-menu::-webkit-scrollbar {
height: 6px;
display: none;
}
.ui.menu.new-menu::-webkit-scrollbar-track {
background: none !important;
}
.ui.menu.new-menu::-webkit-scrollbar-thumb {
box-shadow: none !important;
}
.ui.menu.new-menu:hover::-webkit-scrollbar {
display: block;
2017-05-24 11:30:40 +05:30
}
2017-08-17 07:01:34 +05:30
[v-cloak] {
2020-08-26 01:18:53 +05:30
display: none !important;
2017-08-17 07:01:34 +05:30
}
.repos-search {
2020-08-26 01:18:53 +05:30
padding-bottom: 0 !important;
2017-08-17 07:01:34 +05:30
}
.repos-filter {
2020-08-26 01:18:53 +05:30
margin-top: 0 !important;
border-bottom-width: 0 !important;
margin-bottom: 2px !important;
2017-10-15 04:47:39 +05:30
}
2018-10-23 08:27:42 +05:30
2020-12-08 09:44:28 +05:30
.repo-title {
font-size: 1.5rem;
display: flex;
align-items: center;
flex: 1;
word-break: break-all;
color: var(--color-text-light);
.avatar {
width: 32px !important;
height: 32px !important;
}
.labels {
margin-left: .5rem;
> * + * {
margin-left: .5rem;
}
}
}
.repo-icon {
display: inline-block;
}
2020-01-20 15:37:30 +05:30
.activity-bar-graph {
2020-11-08 02:34:40 +05:30
background-color: var(--color-primary);
color: #fff;
2020-01-20 15:37:30 +05:30
}
.activity-bar-graph-alt {
2020-11-08 02:34:40 +05:30
color: #fff;
2020-01-20 15:37:30 +05:30
}
2019-05-13 11:56:32 +05:30
.archived-icon {
2020-08-26 01:18:53 +05:30
color: lighten(#000000, 70%) !important;
2019-01-24 00:28:38 +05:30
}
2019-03-08 22:12:50 +05:30
.oauth2-authorize-application-box {
2020-08-26 01:18:53 +05:30
margin-top: 3em !important;
2019-03-08 22:12:50 +05:30
}
2019-04-30 00:19:59 +05:30
2019-07-12 23:14:28 +05:30
/* multiple radio or checkboxes as inline element */
.inline-grouped-list {
2020-08-26 01:18:53 +05:30
display: inline-block;
vertical-align: top;
2019-07-12 23:14:28 +05:30
2020-08-26 01:18:53 +05:30
> .ui {
display: block;
margin-top: 5px;
margin-bottom: 10px;
2019-07-12 23:14:28 +05:30
2020-08-26 01:18:53 +05:30
&:first-child {
margin-top: 1px;
2019-07-12 23:14:28 +05:30
}
2020-08-26 01:18:53 +05:30
}
2019-07-12 23:14:28 +05:30
}
2019-08-08 20:16:03 +05:30
2019-10-16 19:12:42 +05:30
i.icons .icon:first-child {
2020-08-26 01:18:53 +05:30
margin-right: 0;
2019-10-16 19:12:42 +05:30
}
i.icon.centerlock {
2020-08-26 01:18:53 +05:30
top: 1em;
2019-10-16 19:12:42 +05:30
}
2020-04-05 01:09:57 +05:30
.ui.label {
2020-08-26 01:18:53 +05:30
padding: .3em .5em;
2020-11-29 11:52:04 +05:30
background: var(--color-label);
color: var(--color-text-light);
}
.ui.labels a.label:hover,
a.ui.label:hover {
background: var(--color-label-hover);
color: var(--color-text);
}
.ui.basic.labels .label,
.ui.basic.label {
background: var(--color-label-basic);
border-color: var(--color-label-border);
color: var(--color-text);
2020-04-05 01:09:57 +05:30
}
2020-12-04 16:48:37 +05:30
.ui.basic.labels a.label:hover,
a.ui.basic.label:hover {
background: var(--color-label-hover);
}
2019-10-16 19:12:42 +05:30
.ui.label > .detail .icons {
2020-08-26 01:18:53 +05:30
margin-right: .25em;
2019-10-16 19:12:42 +05:30
}
.ui.label > .detail .icons .icon {
2020-08-26 01:18:53 +05:30
margin-right: 0;
2019-10-16 19:12:42 +05:30
}
2019-08-08 20:16:03 +05:30
.lines-num {
2020-08-26 01:18:53 +05:30
padding-left: 10px;
padding-right: 10px;
text-align: right !important;
color: rgba(27, 31, 35, .3);
width: 1%;
user-select: none;
2020-10-20 01:31:06 +05:30
font-family: var(--fonts-monospace);
2020-08-26 01:18:53 +05:30
span {
&.bottom-line {
2020-11-10 23:58:07 +05:30
&::after {
2020-11-16 02:28:16 +05:30
border-bottom: 1px solid var(--color-secondary);
2020-08-26 01:18:53 +05:30
}
}
2020-06-16 00:09:39 +05:30
2020-11-10 23:58:07 +05:30
&::after {
2020-08-26 01:18:53 +05:30
content: attr(data-line-number);
line-height: 20px !important;
padding: 0 10px;
cursor: pointer;
display: block;
2019-08-08 20:16:03 +05:30
}
2020-08-26 01:18:53 +05:30
}
2019-08-08 20:16:03 +05:30
}
2020-07-01 03:04:03 +05:30
.lines-type-marker {
2020-08-26 01:18:53 +05:30
vertical-align: top;
2020-07-01 03:04:03 +05:30
}
2019-08-08 20:16:03 +05:30
.lines-num,
.lines-code {
2020-08-26 01:18:53 +05:30
padding-top: 0;
padding-bottom: 0;
vertical-align: top;
2019-08-08 20:16:03 +05:30
2020-08-26 01:18:53 +05:30
pre,
ol {
background-color: inherit;
margin: 0;
padding: 0 !important;
2019-08-08 20:16:03 +05:30
2020-08-26 01:18:53 +05:30
li {
display: block;
width: calc(100% - 1ch);
padding-left: 1ch;
2019-08-08 20:16:03 +05:30
}
2020-08-26 01:18:53 +05:30
}
2019-08-08 20:16:03 +05:30
}
2020-11-01 03:45:11 +05:30
.lines-code {
2020-12-11 22:08:47 +05:30
background-color: var(--color-code-bg);
2020-11-01 03:45:11 +05:30
padding-left: 5px;
}
2020-10-05 02:24:22 +05:30
.lines-code.active,
.lines-code .active {
background: #fffbdd !important;
}
2020-07-01 03:04:03 +05:30
.blame .lines-num {
2020-08-26 01:18:53 +05:30
padding: 0 !important;
background-color: #f5f5f5;
2020-07-01 03:04:03 +05:30
}
.blame .lines-code {
2020-08-26 01:18:53 +05:30
padding: 0 !important;
2020-07-01 03:04:03 +05:30
}
2020-11-04 12:44:07 +05:30
.code-inner {
font: 12px var(--fonts-monospace);
white-space: pre-wrap;
word-break: break-all;
overflow-wrap: break-word;
word-wrap: break-word;
}
.blame .code-inner {
white-space: pre;
2020-11-13 23:57:36 +05:30
word-break: normal;
2020-11-04 12:44:07 +05:30
}
2019-08-08 20:16:03 +05:30
.lines-commit {
2020-08-26 01:18:53 +05:30
vertical-align: top;
color: #999999;
padding: 0 !important;
background: #f5f5f5;
width: 1%;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
.blame-info {
width: 350px;
max-width: 350px;
display: block;
2019-08-08 20:16:03 +05:30
user-select: none;
2020-08-26 01:18:53 +05:30
padding: 0 0 0 10px;
2019-08-08 20:16:03 +05:30
2020-08-26 01:18:53 +05:30
.blame-data {
display: flex;
2020-10-20 01:31:06 +05:30
font-family: var(--fonts-regular);
2019-08-08 20:16:03 +05:30
2020-08-26 01:18:53 +05:30
.blame-message {
flex-grow: 2;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 20px;
}
.blame-time,
.blame-avatar {
flex-shrink: 0;
}
2019-08-08 20:16:03 +05:30
}
2020-08-26 01:18:53 +05:30
}
.ui.avatar.image {
height: 18px;
width: 18px;
}
2019-08-08 20:16:03 +05:30
}
.lines-code,
.lines-commit {
2020-08-26 01:18:53 +05:30
.bottom-line {
2020-11-16 02:28:16 +05:30
border-bottom: 1px solid var(--color-secondary);
2020-08-26 01:18:53 +05:30
}
2019-08-08 20:16:03 +05:30
}
.code-view {
2020-08-26 01:18:53 +05:30
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
2019-08-08 20:16:03 +05:30
2020-08-26 01:18:53 +05:30
&.has-context-menu {
overflow: visible;
overflow-x: visible;
overflow-y: visible;
}
2019-12-03 04:33:30 +05:30
2020-08-26 01:18:53 +05:30
*:not(.fa):not(.svg):not(.icon) {
font-size: 12px;
2020-10-20 01:31:06 +05:30
font-family: var(--fonts-monospace);
2020-08-26 01:18:53 +05:30
line-height: 20px;
}
2019-08-08 20:16:03 +05:30
2020-08-26 01:18:53 +05:30
table {
width: 100%;
}
2019-08-08 20:16:03 +05:30
}
2019-12-12 18:48:07 +05:30
.octicon-tiny {
2020-08-26 01:18:53 +05:30
font-size: .85714286rem;
2019-12-12 18:48:07 +05:30
}
2020-01-01 10:36:15 +05:30
2020-11-29 21:22:11 +05:30
.ui.button {
background: var(--color-button);
border: 1px solid var(--color-secondary);
box-shadow: none !important;
color: var(--color-text);
}
2020-12-03 22:35:35 +05:30
.ui.button:hover {
background: var(--color-hover);
color: var(--color-text);
}
.ui.buttons .button:first-child {
border-left: 1px solid var(--color-secondary);
}
.ui.buttons .button + .button {
border-left: none;
}
2020-10-31 09:22:10 +05:30
.ui.blue.button,
2020-11-02 01:34:26 +05:30
.ui.blue.buttons .button,
.ui.primary.button,
.ui.primary.buttons .button {
2020-10-31 09:22:10 +05:30
background-color: var(--color-primary) !important;
}
.ui.blue.button:hover,
2020-11-02 01:34:26 +05:30
.ui.blue.buttons .button:hover,
.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
2020-10-31 09:22:10 +05:30
background-color: var(--color-primary-dark-2) !important;
}
.ui.blue.button:focus,
2020-11-02 01:34:26 +05:30
.ui.blue.buttons .button:focus,
.ui.primary.button:focus,
.ui.primary.buttons .button:focus {
2020-10-31 09:22:10 +05:30
background-color: var(--color-primary-dark-3) !important;
}
2020-01-01 10:36:15 +05:30
.ui.basic.blue.button,
2020-11-02 01:34:26 +05:30
.ui.basic.blue.buttons .button,
.ui.basic.primary.button,
.ui.basic.primary.buttons .button {
2020-10-31 09:22:10 +05:30
box-shadow: inset 0 0 0 1px var(--color-primary) !important;
color: #fff !important;
}
.ui.basic.blue.button:hover,
2020-11-02 01:34:26 +05:30
.ui.basic.blue.buttons .button:hover,
.ui.basic.primary.button:hover,
.ui.basic.primary.buttons .button:hover {
2020-10-31 09:22:10 +05:30
box-shadow: inset 0 0 0 1px var(--color-primary-dark-2) !important;
}
.ui.basic.blue.button:focus,
2020-11-02 01:34:26 +05:30
.ui.basic.blue.buttons .button:focus,
.ui.basic.primary.button:focus,
.ui.basic.primary.buttons .button:focus {
2020-10-31 09:22:10 +05:30
box-shadow: inset 0 0 0 1px var(--color-primary-dark-3) !important;
}
.ui.blue.label,
2020-11-02 01:34:26 +05:30
.ui.blue.labels .label,
.ui.primary.label,
.ui.primary.labels .label {
2020-10-31 09:22:10 +05:30
background-color: var(--color-primary) !important;
border-color: var(--color-primary-dark-2) !important;
2020-01-01 10:36:15 +05:30
}
2020-01-05 10:26:06 +05:30
2020-10-31 17:47:32 +05:30
.ui.basic.labels .blue.label,
2020-11-02 01:34:26 +05:30
.ui.ui.ui.basic.blue.label,
.ui.basic.labels .primary.label,
.ui.ui.ui.basic.primary.label {
2020-11-29 11:52:04 +05:30
background: transparent !important;
border-color: var(--color-primary) !important;
color: var(--color-primary) !important;
2020-10-31 17:47:32 +05:30
}
2020-01-05 10:26:06 +05:30
.ui.label > img {
2020-08-26 01:18:53 +05:30
width: auto !important;
vertical-align: middle;
height: 2.1666em !important;
2020-01-05 10:26:06 +05:30
}
2020-01-20 10:09:21 +05:30
2020-02-11 22:32:41 +05:30
.svg {
2020-08-26 01:18:53 +05:30
span.green & {
2020-11-16 02:28:16 +05:30
color: var(--color-green);
2020-08-26 01:18:53 +05:30
}
span.red & {
2020-11-16 02:28:16 +05:30
color: var(--color-red);
2020-08-26 01:18:53 +05:30
}
span.purple & {
2020-11-16 02:28:16 +05:30
color: var(--color-purple);
2020-08-26 01:18:53 +05:30
}
2020-01-20 10:09:21 +05:30
}
2020-11-10 23:58:07 +05:30
.ui.popup {
background-color: var(--color-body);
color: var(--color-secondary-dark-6);
border-color: var(--color-secondary);
}
.ui.popup::before {
box-shadow: 1px 1px 0 0 var(--color-secondary);
}
.ui.bottom.popup::before,
.ui.top.popup::before,
.ui.right.center.popup::before,
.ui.left.center.popup::before {
background-color: var(--color-body);
}
.ui.bottom.left.popup::before,
.ui.bottom.right.popup::before,
.ui.bottom.center.popup::before {
box-shadow: -1px -1px 0 0 var(--color-secondary);
}
.ui.left.center.popup::before {
box-shadow: 1px -1px 0 0 var(--color-secondary);
}
.ui.right.center.popup::before {
box-shadow: -1px 1px 0 0 var(--color-secondary);
}
2020-01-20 10:09:21 +05:30
.ui.popup .ui.label {
2020-08-26 01:18:53 +05:30
margin-bottom: .4em;
2020-01-20 10:09:21 +05:30
}
2020-02-11 15:04:17 +05:30
2020-12-04 00:16:11 +05:30
.ui.cards > .card > .extra,
.ui.card > .extra {
color: var(--color-text);
}
2020-02-11 15:04:17 +05:30
.color-icon {
2020-08-26 01:18:53 +05:30
margin-right: .5em;
margin-left: .5em;
display: inline-block;
border: 0 solid rgba(0, 0, 0, .2);
border-radius: 100%;
height: 14px;
width: 14px;
position: relative;
top: 2px;
2020-02-11 15:04:17 +05:30
}
2020-02-11 22:32:41 +05:30
2020-02-21 01:23:55 +05:30
.ui.label > .color-icon {
2020-08-26 01:18:53 +05:30
margin-left: 0;
2020-02-21 01:23:55 +05:30
}
2020-02-11 22:32:41 +05:30
.invisible {
2020-08-26 01:18:53 +05:30
visibility: hidden;
2020-02-11 22:32:41 +05:30
}
2020-02-12 09:08:32 +05:30
2020-11-08 21:59:18 +05:30
.ui.segment,
.ui.segments,
.ui.attached.segment {
background: var(--color-box-body);
color: var(--color-text);
border-color: var(--color-secondary);
}
2020-12-17 21:22:58 +05:30
.ui.segments > .segment {
border-color: var(--color-secondary);
}
2020-12-10 08:29:05 +05:30
.ui.secondary.segment {
background: var(--color-secondary-bg);
color: var(--color-text-light);
}
2020-11-08 21:59:18 +05:30
.ui.attached.header {
2020-12-04 16:48:37 +05:30
position: relative;
2020-11-08 21:59:18 +05:30
background: var(--color-box-header);
border-color: var(--color-secondary);
.right .button {
padding: 8px 10px;
font-weight: normal;
}
}
2020-12-04 16:48:37 +05:30
/* fix misaligned right buttons on box headers */
.ui.attached.header .right {
position: absolute;
right: .78571429rem;
2020-12-11 02:09:09 +05:30
top: 0;
bottom: 0;
height: 30px;
margin-top: auto;
margin-bottom: auto;
2020-12-04 16:48:37 +05:30
}
2020-02-12 09:08:32 +05:30
/* https://github.com/go-gitea/gitea/issues/10210 */
2020-05-18 15:57:09 +05:30
.ui.attached.segment ~ .ui.top.attached.header {
2020-08-26 01:18:53 +05:30
margin-top: 1rem;
2020-02-12 09:08:32 +05:30
}
2020-04-05 02:59:15 +05:30
2020-06-25 03:53:05 +05:30
table th[data-sortt-asc],
table th[data-sortt-desc] {
2020-08-26 01:18:53 +05:30
&:hover {
background: rgba(0, 0, 0, .1) !important;
cursor: pointer !important;
}
.svg {
margin-left: .25rem;
}
2020-06-25 03:53:05 +05:30
}
2020-12-17 20:07:56 +05:30
/* fix up SVG dropdown triangles because fomantic thinks they are icon fonts */
/* see https://github.com/go-gitea/gitea/issues/14014 */
.ui.dropdown > .dropdown.icon,
.btn-review > .dropdown.icon {
height: auto !important;
margin-left: .5rem !important;
margin-top: -1px !important;
margin-bottom: -1px !important;
margin-right: -.5rem !important;
}
.ui.button.dropdown > .dropdown.icon,
.btn-review > .dropdown.icon {
float: right !important;
}
.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
top: 0 !important;
}
2020-04-05 02:59:15 +05:30
/* limit width of all direct dropdown menu children */
/* https://github.com/go-gitea/gitea/pull/10835 */
2020-06-18 22:46:26 +05:30
.dropdown:not(.selection) > .menu:not(.review-box) > *:not(.header) {
2020-08-26 01:18:53 +05:30
max-width: 300px;
overflow-x: hidden;
text-overflow: ellipsis;
2020-04-05 02:59:15 +05:30
}
2020-04-14 01:30:32 +05:30
2020-04-30 07:29:47 +05:30
.dropdown:not(.selection) > .menu.review-box > * {
2020-11-17 11:03:19 +05:30
@media (max-height: 700px) {
2020-08-26 01:18:53 +05:30
.CodeMirror,
.CodeMirror-scroll {
min-height: 100px;
2020-04-30 07:29:47 +05:30
}
2020-08-26 01:18:53 +05:30
}
2020-04-30 07:29:47 +05:30
}
2020-10-25 00:45:29 +05:30
.ui.dropdown .menu .item {
border-radius: 0;
}
.ui.dropdown .menu .item:first-of-type {
border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.ui.dropdown .menu .item:last-of-type {
border-radius: 0 0 var(--border-radius) var(--border-radius);
}
2020-04-17 22:05:12 +05:30
.text-label {
2020-08-26 01:18:53 +05:30
display: inline-flex !important;
align-items: center !important;
2020-04-14 01:30:32 +05:30
}
2020-04-17 22:05:12 +05:30
.text-label .color-icon {
2020-08-26 01:18:53 +05:30
position: static !important;
2020-04-14 01:30:32 +05:30
}
2020-04-28 23:35:39 +05:30
.emoji,
.reaction {
2020-08-26 01:18:53 +05:30
font-size: 1.25em;
line-height: 1;
font-style: normal !important;
font-weight: normal !important;
vertical-align: -.075em;
2020-05-01 23:28:45 +05:30
}
2020-04-28 23:35:39 +05:30
.emoji img,
.reaction img {
2020-08-26 01:18:53 +05:30
border-width: 0 !important;
margin: 0 !important;
width: 1em !important;
height: 1em !important;
vertical-align: -.15em;
2020-04-28 23:35:39 +05:30
}
2020-05-21 01:57:14 +05:30
2020-11-29 11:52:04 +05:30
.labelspage {
list-style: none;
padding-top: 0;
.item {
margin-top: 0;
margin-right: -14px;
margin-left: -14px;
padding: 10px;
border-bottom: 1px solid var(--color-secondary);
border-top: none;
a {
font-size: 15px;
padding-top: 5px;
padding-right: 10px;
color: var(--color-text-light);
&:hover {
color: var(--color-primary-light-2);
}
&.open-issues {
margin-right: 30px;
}
}
.ui.label {
font-size: 1em;
}
}
.item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.orglabel {
opacity: .7;
}
}
2020-05-21 01:57:14 +05:30
/* https://github.com/go-gitea/gitea/pull/11486 */
.ui.sub.header {
2020-08-26 01:18:53 +05:30
text-transform: none;
2020-05-21 01:57:14 +05:30
}
2020-06-22 22:14:06 +05:30
.ui.tabular.menu {
2020-11-27 01:03:28 +05:30
border-color: var(--color-secondary);
}
2020-06-22 22:14:06 +05:30
2020-11-27 01:03:28 +05:30
.ui.tabular.menu .item {
padding: 11px 12px;
2020-12-17 21:22:58 +05:30
color: var(--color-text-light-2);
2020-11-27 01:03:28 +05:30
}
2020-06-22 22:14:06 +05:30
2020-11-27 01:03:28 +05:30
.ui.tabular.menu .item:hover {
color: var(--color-text);
}
.ui.tabular.menu .active.item,
.ui.tabular.menu .active.item:hover {
background: var(--color-body);
border-color: var(--color-secondary);
color: var(--color-text);
margin-top: 1px; /* offset fomantic's margin-bottom: -1px */
}
2020-12-17 21:22:58 +05:30
.ui.segment .ui.tabular.menu .active.item,
.ui.segment .ui.tabular.menu .active.item:hover {
background: var(--color-box-body);
}
2020-11-27 01:03:28 +05:30
.ui.secondary.pointing.menu {
border-color: var(--color-secondary);
2020-06-22 22:14:06 +05:30
}
.ui.secondary.pointing.menu .item {
2020-12-17 21:22:58 +05:30
color: var(--color-text-light-2);
2020-11-27 01:03:28 +05:30
}
.ui.secondary.pointing.menu .active.item,
.ui.secondary.pointing.menu .active.item:hover,
.ui.secondary.pointing.menu .dropdown.item:hover,
.ui.secondary.pointing.menu .link.item:hover,
.ui.secondary.pointing.menu a.item:hover {
color: var(--color-text);
2020-06-22 22:14:06 +05:30
}
2020-06-26 05:37:15 +05:30
2020-11-29 21:22:11 +05:30
.ui.header {
color: var(--color-text);
}
2020-11-02 01:34:26 +05:30
.ui.header .ui.label {
margin-left: .25rem;
}
2020-06-26 05:37:15 +05:30
.ui.header > .ui.label.compact {
2020-08-26 01:18:53 +05:30
margin-top: inherit;
2020-06-26 05:37:15 +05:30
}
2020-10-21 05:20:10 +05:30
.flash-error details code {
display: block;
text-align: left;
}