2020-10-20 01:31:06 +05:30
|
|
|
:root {
|
|
|
|
/* documented customizable variables */
|
2021-03-19 05:13:43 +05:30
|
|
|
--fonts-proportional: -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial";
|
|
|
|
--fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace, var(--fonts-emoji);
|
|
|
|
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
|
2020-10-20 01:31:06 +05:30
|
|
|
/* other variables */
|
2020-10-25 00:45:29 +05:30
|
|
|
--border-radius: .28571429rem;
|
2020-12-27 16:23:53 +05:30
|
|
|
--opacity-disabled: .55;
|
2022-02-16 08:58:29 +05:30
|
|
|
--height-loading: 12rem;
|
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;
|
2021-03-22 09:34:19 +05:30
|
|
|
--color-secondary-dark-8: #525252;
|
|
|
|
--color-secondary-dark-9: #434343;
|
|
|
|
--color-secondary-dark-10: #333333;
|
|
|
|
--color-secondary-dark-11: #242424;
|
|
|
|
--color-secondary-dark-12: #141414;
|
|
|
|
--color-secondary-dark-13: #040404;
|
2020-11-08 02:34:40 +05:30
|
|
|
--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;
|
2022-06-09 03:16:39 +05:30
|
|
|
/* console colors */
|
|
|
|
--color-console-fg: #ffffff;
|
|
|
|
--color-console-bg: #171717;
|
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-gold: #a1882b;
|
2022-05-20 03:38:08 +05:30
|
|
|
/* light variants - produced via Sass scale-color(color, $lightness: +25%) */
|
|
|
|
--color-red-light: #e45e5e;
|
|
|
|
--color-orange-light: #f59555;
|
|
|
|
--color-yellow-light: #fcce46;
|
|
|
|
--color-olive-light: #d3e942;
|
|
|
|
--color-green-light: #46de6a;
|
|
|
|
--color-teal-light: #08fff4;
|
|
|
|
--color-blue-light: #51a5e3;
|
|
|
|
--color-violet-light: #8b67d7;
|
|
|
|
--color-purple-light: #bb64d8;
|
|
|
|
--color-pink-light: #e86bb1;
|
|
|
|
--color-brown-light: #c58b66;
|
|
|
|
--color-grey-light: #a6a6a6;
|
|
|
|
--color-gold-light: #cfb34a;
|
|
|
|
/* other colors */
|
|
|
|
--color-black: #1b1c1d;
|
2020-11-16 02:28:16 +05:30
|
|
|
--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;
|
Prevent NPE in CSV diff rendering when column removed (#17018)
Fixes #16837 if a column is deleted.
We were clobbering the columns that were added by looping through the aline (base) and then when bline (head) was looped through, it clobbered what was in the "cells" array that is show in the diff, and then left a nil cell because nothing was shifted.
This fix properly shifts the cells, and properly puts the b cell either at its location or after, according to what the aline placed in the cells.
This includes test, adding a new test function since adding/removing cells works best with three columns, not two, which results in 4 columns of the resulting cells because it has a deleted column and an added column. If you try this locally, you can try those cases and others, such as adding a column.
There was no need to do anything special for the rows when `aline == 0 || bline == 0` so that was removed. This allows the same code to be used for removed or added lines, with the bcell text always being the RightCell, acell text being the LeftCell.
I still added the patch zeripath gave at https://github.com/go-gitea/gitea/issues/16837#issuecomment-913007382 so that just in case for some reason a cell is nil (which shouldn't happen now) it doesn't throw a 500 error, so the user can at least view the raw diff.
Also fixes in the [view.go](https://github.com/go-gitea/gitea/pull/17018/files#diff-43a7f4747c7ba8bff888c9be11affaafd595fd55d27f3333840eb19df9fad393L521) file how if a CSV file is empty (either created empty or if you edit it and remove all contents) it throws a huge 500 error when you then save it (when you view the file). Since we allow creating, saving and pushing empty files, we shouldn't throw an error on an empty CSV file, but just show its empty contents. This doesn't happen if it is a Markdown file or other type of file that is empty.
EDIT: Now handled in the markup/csv renderer code
2021-10-21 00:40:03 +05:30
|
|
|
--color-diff-moved-row-bg: #f1f8d1;
|
2020-12-17 21:22:58 +05:30
|
|
|
--color-diff-added-row-bg: #e6ffed;
|
|
|
|
--color-diff-removed-row-border: #f1c0c0;
|
Prevent NPE in CSV diff rendering when column removed (#17018)
Fixes #16837 if a column is deleted.
We were clobbering the columns that were added by looping through the aline (base) and then when bline (head) was looped through, it clobbered what was in the "cells" array that is show in the diff, and then left a nil cell because nothing was shifted.
This fix properly shifts the cells, and properly puts the b cell either at its location or after, according to what the aline placed in the cells.
This includes test, adding a new test function since adding/removing cells works best with three columns, not two, which results in 4 columns of the resulting cells because it has a deleted column and an added column. If you try this locally, you can try those cases and others, such as adding a column.
There was no need to do anything special for the rows when `aline == 0 || bline == 0` so that was removed. This allows the same code to be used for removed or added lines, with the bcell text always being the RightCell, acell text being the LeftCell.
I still added the patch zeripath gave at https://github.com/go-gitea/gitea/issues/16837#issuecomment-913007382 so that just in case for some reason a cell is nil (which shouldn't happen now) it doesn't throw a 500 error, so the user can at least view the raw diff.
Also fixes in the [view.go](https://github.com/go-gitea/gitea/pull/17018/files#diff-43a7f4747c7ba8bff888c9be11affaafd595fd55d27f3333840eb19df9fad393L521) file how if a CSV file is empty (either created empty or if you edit it and remove all contents) it throws a huge 500 error when you then save it (when you view the file). Since we allow creating, saving and pushing empty files, we shouldn't throw an error on an empty CSV file, but just show its empty contents. This doesn't happen if it is a Markdown file or other type of file that is empty.
EDIT: Now handled in the markup/csv renderer code
2021-10-21 00:40:03 +05:30
|
|
|
--color-diff-moved-row-border: #d0e27f;
|
2020-12-17 21:22:58 +05:30
|
|
|
--color-diff-added-row-border: #e6ffed;
|
|
|
|
--color-diff-inactive: #f2f2f2;
|
2021-12-06 21:19:30 +05:30
|
|
|
--color-error-border: #e0b4b4;
|
|
|
|
--color-error-bg: #fff6f6;
|
|
|
|
--color-error-text: #9f3a38;
|
2021-12-01 05:10:17 +05:30
|
|
|
--color-success-border: #a3c293;
|
|
|
|
--color-success-bg: #fcfff5;
|
2021-12-06 21:19:30 +05:30
|
|
|
--color-success-text: #2c662d;
|
|
|
|
--color-warning-border: #c9ba9b;
|
|
|
|
--color-warning-bg: #fffaf3;
|
|
|
|
--color-warning-text: #573a08;
|
|
|
|
--color-info-border: #a9d5de;
|
|
|
|
--color-info-bg: #f8ffff;
|
|
|
|
--color-info-text: #276f86;
|
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;
|
2022-07-22 16:19:24 +05:30
|
|
|
--color-text-light-1: #6a6a6a;
|
2020-12-20 23:30:03 +05:30
|
|
|
--color-text-light-2: #808080;
|
|
|
|
--color-text-light-3: #a0a0a0;
|
2020-11-08 21:59:18 +05:30
|
|
|
--color-box-header: #f7f7f7;
|
|
|
|
--color-box-body: #ffffff;
|
2022-08-06 19:55:58 +05:30
|
|
|
--color-box-body-highlight: #f8f8f8;
|
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;
|
2021-12-25 03:12:01 +05:30
|
|
|
--color-navbar-transparent: #f8f8f800;
|
2021-05-12 11:46:22 +05:30
|
|
|
--color-light: #00000006;
|
2021-06-28 13:51:43 +05:30
|
|
|
--color-light-mimic-enabled: rgba(0, 0, 0, calc(6 / 255 * 222 / 255 / var(--opacity-disabled)));
|
2020-12-27 16:23:53 +05:30
|
|
|
--color-light-border: #0000001d;
|
2021-04-03 14:07:32 +05:30
|
|
|
--color-hover: #0000000f;
|
|
|
|
--color-active: #00000014;
|
2020-11-29 11:52:04 +05:30
|
|
|
--color-menu: #ffffff;
|
2020-12-05 15:39:09 +05:30
|
|
|
--color-card: #ffffff;
|
2021-05-07 14:13:41 +05:30
|
|
|
--color-markup-table-row: #00000008;
|
|
|
|
--color-markup-code-block: #00000010;
|
2020-11-29 21:22:11 +05:30
|
|
|
--color-button: #ffffff;
|
2020-12-04 16:48:37 +05:30
|
|
|
--color-code-bg: #ffffff;
|
2021-06-28 04:43:20 +05:30
|
|
|
--color-code-sidebar-bg: #f5f5f5;
|
2021-04-08 15:23:00 +05:30
|
|
|
--color-shadow: #00000030;
|
2020-12-10 08:29:05 +05:30
|
|
|
--color-secondary-bg: #f4f4f4;
|
2020-12-20 23:30:03 +05:30
|
|
|
--color-expand-button: #d8efff;
|
2021-04-03 14:07:32 +05:30
|
|
|
--color-placeholder-text: #aaa;
|
2021-04-08 15:23:00 +05:30
|
|
|
--color-editor-line-highlight: var(--color-primary-light-6);
|
2021-04-20 09:43:03 +05:30
|
|
|
--color-project-board-bg: var(--color-secondary-light-4);
|
2021-09-30 02:23:12 +05:30
|
|
|
--color-project-board-dark-label: #555555;
|
|
|
|
--color-project-board-light-label: #a6aab5;
|
2021-05-05 23:44:04 +05:30
|
|
|
--color-caret: var(--color-text-dark);
|
2021-05-12 11:46:22 +05:30
|
|
|
--color-reaction-bg: #0000000a;
|
|
|
|
--color-reaction-active-bg: var(--color-primary-alpha-20);
|
2022-08-09 18:07:34 +05:30
|
|
|
--color-tooltip-bg: #000000f0;
|
|
|
|
--color-tooltip-text: #ffffff;
|
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
|
|
|
}
|
|
|
|
|
2021-03-19 05:13:43 +05:30
|
|
|
:root * {
|
2021-05-16 05:42:55 +05:30
|
|
|
--fonts-regular: var(--fonts-override, var(--fonts-proportional)), "Noto Sans", "Liberation Sans", sans-serif, var(--fonts-emoji);
|
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-12-19 01:30:07 +05:30
|
|
|
pre,
|
2020-11-06 22:46:21 +05:30
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
samp {
|
2021-07-08 17:08:13 +05:30
|
|
|
font-size: .9em; /* compensate for monospace fonts being usually slightly larger */
|
2020-11-06 22:46:21 +05:30
|
|
|
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-12-20 23:30:03 +05:30
|
|
|
color: var(--color-text);
|
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;
|
2020-12-30 05:18:28 +05:30
|
|
|
overflow-wrap: break-word;
|
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
|
|
|
|
2021-05-23 06:15:39 +05:30
|
|
|
details summary {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
details summary > * {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2022-05-20 08:34:45 +05:30
|
|
|
progress {
|
2022-06-15 09:58:24 +05:30
|
|
|
background: var(--color-secondary-dark-1);
|
2022-05-20 08:34:45 +05:30
|
|
|
border-radius: 6px;
|
|
|
|
border: none;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
progress::-webkit-progress-bar {
|
2022-06-15 09:58:24 +05:30
|
|
|
background: var(--color-secondary-dark-1);
|
2022-05-20 08:34:45 +05:30
|
|
|
}
|
|
|
|
progress::-webkit-progress-value {
|
2022-06-15 09:58:24 +05:30
|
|
|
background-color: var(--color-secondary-dark-4);
|
2022-05-20 08:34:45 +05:30
|
|
|
}
|
|
|
|
progress::-moz-progress-bar {
|
2022-06-15 09:58:24 +05:30
|
|
|
background: var(--color-secondary-dark-4);
|
2022-05-20 08:34:45 +05:30
|
|
|
}
|
|
|
|
|
2020-10-31 09:22:10 +05:30
|
|
|
* {
|
|
|
|
scrollbar-color: var(--color-primary) transparent;
|
2021-05-05 23:44:04 +05:30
|
|
|
caret-color: var(--color-caret);
|
2020-10-31 09:22:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 10px;
|
2021-09-21 14:05:28 +05:30
|
|
|
height: 10px;
|
2020-10-31 09:22:10 +05:30
|
|
|
}
|
|
|
|
::-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
|
|
|
|
2021-12-21 01:37:49 +05:30
|
|
|
::selection {
|
2020-10-31 09:22:10 +05:30
|
|
|
background: var(--color-primary-light-1) !important;
|
2021-04-03 14:07:32 +05:30
|
|
|
color: var(--color-white) !important;
|
2020-10-31 09:22:10 +05:30
|
|
|
}
|
|
|
|
|
2020-11-05 07:21:17 +05:30
|
|
|
::placeholder,
|
2021-04-03 14:07:32 +05:30
|
|
|
.ui.dropdown:not(.button) > .default.text,
|
|
|
|
.ui.default.dropdown:not(.button) > .text {
|
|
|
|
color: var(--color-placeholder-text) !important;
|
2020-11-05 07:21:17 +05:30
|
|
|
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;
|
2021-12-18 10:59:00 +05:30
|
|
|
text-decoration-skip-ink: all;
|
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,
|
2022-07-22 16:19:24 +05:30
|
|
|
a.muted:hover [class*="color-text"],
|
2020-10-31 09:22:10 +05:30
|
|
|
.ui.breadcrumb a:hover {
|
2021-12-18 10:59:00 +05:30
|
|
|
color: var(--color-primary);
|
|
|
|
}
|
|
|
|
|
|
|
|
a.label,
|
|
|
|
.repository-menu a,
|
|
|
|
.ui.search .results a,
|
|
|
|
.ui .menu a,
|
2022-01-13 20:03:04 +05:30
|
|
|
.ui.cards a.card,
|
2022-01-23 22:32:15 +05:30
|
|
|
.issue-keyword a,
|
|
|
|
a.commit-statuses-trigger {
|
2021-12-18 10:59:00 +05:30
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
2022-04-14 14:27:19 +05:30
|
|
|
.unselectable {
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
&:extend(.unselectable);
|
|
|
|
}
|
|
|
|
|
2022-08-26 22:19:40 +05:30
|
|
|
/* try to match button with no icons in height */
|
|
|
|
.icon-button {
|
|
|
|
padding-top: 7.42px !important;
|
|
|
|
padding-bottom: 7.42px !important;
|
|
|
|
}
|
|
|
|
|
2021-12-18 10:59:00 +05:30
|
|
|
.ui.breadcrumb a:hover {
|
|
|
|
text-decoration: underline !important;
|
2020-10-31 09:22:10 +05:30
|
|
|
}
|
|
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
2021-04-10 02:23:16 +05:30
|
|
|
/* currently used for search bar dropdowns in repo search and explore code */
|
|
|
|
.ui.action.input:not([class*="left action"]) > .ui.dropdown.selection {
|
|
|
|
min-width: 10em;
|
|
|
|
|
2022-07-20 21:18:06 +05:30
|
|
|
&:not(:focus,:hover) {
|
2021-04-10 02:23:16 +05:30
|
|
|
border-right-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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);
|
2021-02-14 22:19:22 +05:30
|
|
|
|
2021-02-22 02:52:15 +05:30
|
|
|
> .svg {
|
2021-02-14 22:19:22 +05:30
|
|
|
margin-right: .35em;
|
|
|
|
}
|
2020-11-29 11:52:04 +05:30
|
|
|
}
|
|
|
|
|
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 {
|
2020-12-20 23:30:03 +05:30
|
|
|
color: var(--color-text-light-3);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* slightly more contrast for filters on issue list */
|
|
|
|
.ui.ui.menu .dropdown.item.disabled {
|
2020-12-04 16:48:37 +05:30
|
|
|
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);
|
|
|
|
}
|
|
|
|
|
2021-02-14 22:19:22 +05:30
|
|
|
.ui.secondary.menu.tight .item {
|
|
|
|
padding-left: .85714286em;
|
|
|
|
padding-right: .85714286em;
|
|
|
|
}
|
|
|
|
|
2020-11-29 11:52:04 +05:30
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2021-12-01 05:10:17 +05:30
|
|
|
.ui.message {
|
|
|
|
background: var(--color-box-body);
|
|
|
|
color: var(--color-text);
|
|
|
|
box-shadow: none !important;
|
|
|
|
border: 1px solid var(--color-secondary);
|
|
|
|
}
|
|
|
|
|
2021-12-06 21:19:30 +05:30
|
|
|
.ui.info.message,
|
|
|
|
.ui.attached.info.message,
|
|
|
|
.ui.blue.message,
|
|
|
|
.ui.attached.blue.message {
|
|
|
|
background: var(--color-info-bg);
|
|
|
|
color: var(--color-info-text);
|
|
|
|
border-color: var(--color-info-border);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.success.message,
|
|
|
|
.ui.attached.success.message,
|
|
|
|
.ui.positive.message,
|
|
|
|
.ui.attached.positive.message {
|
|
|
|
background: var(--color-success-bg);
|
|
|
|
color: var(--color-success-text);
|
|
|
|
border-color: var(--color-success-border);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.error.message,
|
|
|
|
.ui.attached.error.message,
|
|
|
|
.ui.red.message,
|
|
|
|
.ui.attached.red.message,
|
|
|
|
.ui.negative.message,
|
|
|
|
.ui.attached.negative.message {
|
|
|
|
background: var(--color-error-bg);
|
|
|
|
color: var(--color-error-text);
|
|
|
|
border-color: var(--color-error-border);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.warning.message,
|
|
|
|
.ui.attached.warning.message,
|
|
|
|
.ui.yellow.message,
|
|
|
|
.ui.attached.yellow.message {
|
|
|
|
background: var(--color-warning-bg);
|
|
|
|
color: var(--color-warning-text);
|
|
|
|
border-color: var(--color-warning-border);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.error.header {
|
|
|
|
background: var(--color-error-bg) !important;
|
|
|
|
color: var(--color-error-text) !important;
|
|
|
|
border-color: var(--color-error-border) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.error.segment {
|
|
|
|
border-color: var(--color-error-border) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.warning.header {
|
|
|
|
background: var(--color-warning-bg) !important;
|
|
|
|
color: var(--color-warning-text) !important;
|
|
|
|
border-color: var(--color-warning-border) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.warning.segment {
|
|
|
|
border-color: var(--color-warning-border) !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);
|
|
|
|
}
|
|
|
|
|
2021-04-20 09:43:03 +05:30
|
|
|
.ui.cards > .card .meta > a:not(.ui),
|
|
|
|
.ui.card .meta > a:not(.ui) {
|
|
|
|
color: var(--color-text-light-2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.cards > .card .meta > a:not(.ui):hover,
|
|
|
|
.ui.card .meta > a:not(.ui):hover {
|
|
|
|
color: var(--color-text);
|
|
|
|
}
|
|
|
|
|
2020-12-05 15:39:09 +05:30
|
|
|
.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
|
|
|
}
|
|
|
|
|
2021-04-20 09:43:03 +05:30
|
|
|
.ui.cards > .card > .extra,
|
|
|
|
.ui.card > .extra {
|
|
|
|
color: var(--color-text);
|
|
|
|
border-top-color: var(--color-secondary-light-1) !important;
|
|
|
|
}
|
|
|
|
|
2021-05-08 20:58:25 +05:30
|
|
|
.ui.comments .comment .text {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
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-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);
|
|
|
|
}
|
|
|
|
|
2020-12-20 08:43:12 +05:30
|
|
|
.ui.divided.list > .item {
|
|
|
|
border-color: var(--color-secondary);
|
|
|
|
}
|
|
|
|
|
2021-05-19 08:46:02 +05:30
|
|
|
.ui.link.list .item,
|
|
|
|
.ui.link.list a.item,
|
|
|
|
.ui.link.list .item a:not(.ui) {
|
|
|
|
color: var(--color-text);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.link.list.list a.item:hover,
|
|
|
|
.ui.link.list.list .item a:not(.ui):hover,
|
|
|
|
.ui.link.list.list a.item:active,
|
|
|
|
.ui.link.list.list .item a:not(.ui):active {
|
|
|
|
color: var(--color-text-dark);
|
|
|
|
}
|
|
|
|
|
2022-01-07 06:48:52 +05:30
|
|
|
.ui.error.message .header,
|
|
|
|
.ui.warning.message .header {
|
|
|
|
color: inherit;
|
|
|
|
filter: saturate(2);
|
|
|
|
}
|
|
|
|
|
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;
|
2021-10-26 17:59:48 +05:30
|
|
|
vertical-align: middle;
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
2021-05-17 01:48:18 +05:30
|
|
|
.ui.loading.segment::before,
|
|
|
|
.ui.loading.form::before {
|
2020-12-01 09:30:14 +05:30
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
2021-05-17 01:48:18 +05:30
|
|
|
.ui.loading.form > *,
|
|
|
|
.ui.loading.segment > * {
|
|
|
|
opacity: .35;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
&.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
|
|
|
|
2021-07-08 17:08:13 +05:30
|
|
|
/* Override semantic selector '.ui.menu:not(.vertical) .item > .button' */
|
2020-08-26 01:18:53 +05:30
|
|
|
/* 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 {
|
2022-05-20 03:38:08 +05:30
|
|
|
color: var(--color-red-light) !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 {
|
2022-05-20 03:38:08 +05:30
|
|
|
color: var(--color-blue) !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 {
|
2022-05-20 03:38:08 +05:30
|
|
|
color: var(--color-blue-light) !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
|
|
|
&.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
|
|
|
.header > i + .content {
|
|
|
|
padding-left: .75rem;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.info {
|
|
|
|
&.segment {
|
|
|
|
&.top {
|
|
|
|
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 {
|
2021-10-19 03:38:41 +05:30
|
|
|
.autofill-dummy {
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: -10000;
|
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
|
|
|
|
2021-11-23 08:14:10 +05:30
|
|
|
.button.copy-commit-sha {
|
|
|
|
border: 1px solid var(--color-light-border);
|
|
|
|
margin-right: 3px;
|
|
|
|
padding: 6px 6px 4px;
|
|
|
|
background: var(--color-light);
|
|
|
|
}
|
|
|
|
|
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 {
|
2022-05-20 03:38:08 +05:30
|
|
|
background-color: var(--color-blue) !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 {
|
2022-05-20 03:38:08 +05:30
|
|
|
background-color: var(--color-black) !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
|
|
|
&.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;
|
2021-09-18 21:52:51 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
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 {
|
2022-05-20 03:38:08 +05:30
|
|
|
border-color: var(--color-blue) !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 {
|
2022-05-20 03:38:08 +05:30
|
|
|
border-color: var(--color-black) !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
|
|
|
&.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 {
|
2022-07-20 21:18:06 +05:30
|
|
|
.item:not(.active,.navigation),
|
2020-08-26 01:18:53 +05:30
|
|
|
.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
|
|
|
.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
|
|
|
|
2021-03-19 05:13:43 +05:30
|
|
|
.ui.language {
|
|
|
|
.menu {
|
|
|
|
max-height: 500px;
|
|
|
|
overflow-y: auto;
|
|
|
|
margin-bottom: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.svg {
|
|
|
|
margin-right: .15em;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: calc(2em - 16px);
|
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
2022-08-10 20:17:28 +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
|
|
|
|
2020-12-20 08:43:12 +05:30
|
|
|
.center:not(.popup) {
|
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 {
|
2022-07-06 23:03:10 +05:30
|
|
|
display: none !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
|
|
|
// 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 {
|
2022-07-06 23:03:10 +05:30
|
|
|
display: none !important;
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
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
|
|
|
.ui.menu.new-menu .new-menu-inner {
|
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2021-09-21 14:05:28 +05:30
|
|
|
overflow-x: auto;
|
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;
|
2021-12-25 03:12:01 +05:30
|
|
|
background: linear-gradient(to right, var(--color-navbar-transparent), var(--color-navbar) 100%);
|
2020-11-29 21:22:11 +05:30
|
|
|
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;
|
2021-10-19 10:08:33 +05:30
|
|
|
justify-content: space-evenly;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.secondary.pointing.menu.repos-filter .item {
|
|
|
|
padding-left: 4.5px;
|
|
|
|
padding-right: 4.5px;
|
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-12-27 16:23:53 +05:30
|
|
|
background: var(--color-light);
|
2020-11-29 11:52:04 +05:30
|
|
|
color: var(--color-text-light);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.labels a.label:hover,
|
|
|
|
a.ui.label:hover {
|
2020-12-27 16:23:53 +05:30
|
|
|
background: var(--color-hover);
|
2020-11-29 11:52:04 +05:30
|
|
|
color: var(--color-text);
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2021-06-28 04:43:20 +05:30
|
|
|
.lines-blame-btn {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
text-align: right !important;
|
|
|
|
background-color: var(--color-code-sidebar-bg);
|
|
|
|
width: 2%;
|
|
|
|
}
|
|
|
|
|
2019-08-08 20:16:03 +05:30
|
|
|
.lines-num {
|
2022-04-14 14:27:19 +05:30
|
|
|
&:extend(.unselectable);
|
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%;
|
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-12-20 23:30:03 +05:30
|
|
|
font-size: 12px;
|
|
|
|
font-family: var(--fonts-monospace);
|
|
|
|
line-height: 20px;
|
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
|
|
|
}
|
|
|
|
|
2022-01-07 06:48:52 +05:30
|
|
|
.lines-escape {
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
|
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;
|
2021-06-28 04:43:20 +05:30
|
|
|
background-color: var(--color-code-sidebar-bg);
|
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;
|
2021-05-15 06:45:53 +05:30
|
|
|
word-wrap: normal; /* not using overflow-wrap because safari does not treat is an an alias */
|
2020-11-04 12:44:07 +05:30
|
|
|
}
|
|
|
|
|
2019-08-08 20:16:03 +05:30
|
|
|
.lines-commit {
|
2022-04-14 14:27:19 +05:30
|
|
|
&:extend(.unselectable);
|
2020-08-26 01:18:53 +05:30
|
|
|
vertical-align: top;
|
|
|
|
color: #999999;
|
|
|
|
padding: 0 !important;
|
2021-06-28 04:43:20 +05:30
|
|
|
background: var(--color-code-sidebar-bg);
|
2020-08-26 01:18:53 +05:30
|
|
|
width: 1%;
|
|
|
|
|
|
|
|
.blame-info {
|
2022-04-14 14:27:19 +05:30
|
|
|
&:extend(.unselectable);
|
2020-08-26 01:18:53 +05:30
|
|
|
width: 350px;
|
|
|
|
max-width: 350px;
|
|
|
|
display: block;
|
|
|
|
padding: 0 0 0 10px;
|
2021-05-15 06:45:53 +05:30
|
|
|
line-height: 20px;
|
|
|
|
box-sizing: content-box;
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2021-05-15 06:45:53 +05:30
|
|
|
display: block;
|
|
|
|
margin-top: 1px;
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2019-08-08 20:16:03 +05:30
|
|
|
}
|
|
|
|
|
2021-06-28 04:43:20 +05:30
|
|
|
.top-line-blame {
|
|
|
|
border-top: 1px solid var(--color-secondary);
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
2021-05-19 08:46:02 +05:30
|
|
|
.code-view 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);
|
2020-12-27 16:23:53 +05:30
|
|
|
border: 1px solid var(--color-light-border);
|
2020-11-29 21:22:11 +05:30
|
|
|
color: var(--color-text);
|
|
|
|
}
|
|
|
|
|
2021-01-04 17:48:12 +05:30
|
|
|
.page-content .ui.button {
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2021-05-17 01:48:18 +05:30
|
|
|
.ui.button:focus,
|
2020-12-03 22:35:35 +05:30
|
|
|
.ui.button:hover {
|
|
|
|
background: var(--color-hover);
|
|
|
|
color: var(--color-text);
|
|
|
|
}
|
|
|
|
|
2021-05-17 01:48:18 +05:30
|
|
|
.ui.button:active,
|
|
|
|
.ui.active.button:active,
|
|
|
|
.ui.active.button:hover {
|
|
|
|
background: var(--color-active);
|
|
|
|
color: var(--color-text);
|
|
|
|
}
|
|
|
|
|
2020-12-20 23:30:03 +05:30
|
|
|
.ui.button.no-text .icon {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
2020-12-03 22:35:35 +05:30
|
|
|
.ui.buttons .button:first-child {
|
2021-04-09 06:22:32 +05:30
|
|
|
border-left: 1px solid var(--color-light-border);
|
2020-12-03 22:35:35 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.ui.buttons .button + .button {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2021-04-23 03:13:44 +05:30
|
|
|
.two-toggle-buttons .button:not(.active):first-of-type {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.two-toggle-buttons .button.active:last-of-type {
|
|
|
|
border-left: 1px solid var(--color-light-border);
|
|
|
|
}
|
|
|
|
|
2021-03-14 20:18:28 +05:30
|
|
|
.ui.labeled.button.disabled > .button,
|
2020-12-27 16:23:53 +05:30
|
|
|
.ui.basic.buttons .button,
|
|
|
|
.ui.basic.button {
|
|
|
|
color: var(--color-text-light);
|
|
|
|
background: var(--color-light);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.basic.buttons .button:hover,
|
|
|
|
.ui.basic.button:hover {
|
|
|
|
color: var(--color-text);
|
|
|
|
background: var(--color-hover);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.basic.buttons .button:focus,
|
|
|
|
.ui.basic.button:focus,
|
|
|
|
.ui.basic.buttons .button:active,
|
|
|
|
.ui.basic.button:active,
|
|
|
|
.ui.basic.buttons .active.button,
|
|
|
|
.ui.basic.active.button,
|
|
|
|
.ui.basic.buttons .active.button:hover,
|
|
|
|
.ui.basic.active.button:hover {
|
|
|
|
color: var(--color-text);
|
|
|
|
background: var(--color-active);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.labeled.button > .label {
|
|
|
|
border-color: var(--color-light-border);
|
|
|
|
}
|
|
|
|
|
2021-05-08 20:58:25 +05:30
|
|
|
.ui.labeled.icon.buttons > .button > .icon,
|
|
|
|
.ui.labeled.icon.button > .icon {
|
|
|
|
background: var(--color-hover);
|
|
|
|
}
|
|
|
|
|
2020-11-02 01:34:26 +05:30
|
|
|
.ui.primary.button,
|
|
|
|
.ui.primary.buttons .button {
|
2020-10-31 09:22:10 +05:30
|
|
|
background-color: var(--color-primary) !important;
|
|
|
|
}
|
|
|
|
|
2020-11-02 01:34:26 +05:30
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2020-11-02 01:34:26 +05:30
|
|
|
.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-11-02 01:34:26 +05:30
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2020-11-02 01:34:26 +05:30
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2020-11-02 01:34:26 +05:30
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2022-05-20 03:38:08 +05:30
|
|
|
.ui.basic.secondary.buttons .button,
|
|
|
|
.ui.basic.secondary.button {
|
|
|
|
color: var(--color-secondary-dark-6) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.basic.secondary.buttons .button:hover,
|
|
|
|
.ui.basic.secondary.button:hover,
|
|
|
|
.ui.basic.secondary.buttons .button:active,
|
|
|
|
.ui.basic.secondary.button:active {
|
|
|
|
color: var(--color-secondary-dark-8) !important;
|
|
|
|
}
|
|
|
|
|
2020-11-02 01:34:26 +05:30
|
|
|
.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-11-02 01:34:26 +05:30
|
|
|
.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-12-20 23:30:03 +05:30
|
|
|
.ui.basic.labels .label,
|
|
|
|
.ui.basic.label {
|
2020-12-27 16:23:53 +05:30
|
|
|
background: var(--color-light);
|
|
|
|
border-color: var(--color-light-border);
|
|
|
|
color: var(--color-text-light);
|
2020-12-20 23:30:03 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.ui.basic.labels a.label:hover,
|
|
|
|
a.ui.basic.label:hover {
|
|
|
|
color: var(--color-text);
|
2020-12-27 16:23:53 +05:30
|
|
|
border-color: var(--color-light-border);
|
|
|
|
background: var(--color-hover);
|
2020-12-20 23:30:03 +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
|
|
|
}
|
|
|
|
|
2021-09-18 21:52:51 +05:30
|
|
|
.migrate .svg.gitea-git {
|
|
|
|
color: #f05133; /* from https://upload.wikimedia.org/wikipedia/commons/e/e0/Git-logo.svg */
|
|
|
|
}
|
|
|
|
|
2020-02-11 15:04:17 +05:30
|
|
|
.color-icon {
|
2020-08-26 01:18:53 +05:30
|
|
|
display: inline-block;
|
|
|
|
border-radius: 100%;
|
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
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 */
|
2021-01-20 06:38:21 +05:30
|
|
|
.ui.attached.header .right:not(.dropdown) {
|
2020-12-04 16:48:37 +05:30
|
|
|
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;
|
2021-02-11 23:58:51 +05:30
|
|
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-12-17 20:07:56 +05:30
|
|
|
}
|
|
|
|
.ui.selection.dropdown > .search.icon,
|
|
|
|
.ui.selection.dropdown > .delete.icon,
|
|
|
|
.ui.selection.dropdown > .dropdown.icon {
|
|
|
|
top: 0 !important;
|
|
|
|
}
|
2020-12-19 09:27:25 +05:30
|
|
|
.ui.dropdown.no-text > .dropdown.icon {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
margin-right: 0 !important;
|
|
|
|
}
|
2020-12-17 20:07:56 +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-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;
|
2021-03-19 05:13:43 +05:30
|
|
|
|
|
|
|
@supports (-webkit-hyphens:none) {
|
|
|
|
body:not(.safari-above125) & {
|
|
|
|
font-size: inherit;
|
|
|
|
vertical-align: inherit;
|
|
|
|
img {
|
|
|
|
font-size: 1.25em;
|
|
|
|
vertical-align: -.225em !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
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 {
|
2021-04-03 14:07:32 +05:30
|
|
|
color: var(--color-text-dark);
|
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;
|
|
|
|
}
|
2021-02-12 06:59:07 +05:30
|
|
|
|
|
|
|
.truncated-item-container {
|
|
|
|
display: flex !important;
|
|
|
|
}
|
|
|
|
|
2021-11-23 08:14:38 +05:30
|
|
|
.ellipsis-button {
|
2022-04-14 14:27:19 +05:30
|
|
|
&:extend(.unselectable);
|
2021-11-23 08:14:38 +05:30
|
|
|
padding: 0 5px 8px !important;
|
|
|
|
display: inline-block !important;
|
|
|
|
font-weight: 600 !important;
|
|
|
|
line-height: 6px !important;
|
|
|
|
vertical-align: middle !important;
|
|
|
|
}
|
|
|
|
|
2021-02-12 06:59:07 +05:30
|
|
|
.truncated-item-name {
|
|
|
|
line-height: 2em;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
margin-top: -.5em;
|
|
|
|
margin-bottom: -.5em;
|
|
|
|
}
|
2021-09-30 02:23:12 +05:30
|
|
|
|
|
|
|
.precolors {
|
2021-11-30 23:24:00 +05:30
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
|
margin: 3px 10px auto !important;
|
|
|
|
width: 120px !important;
|
2021-09-30 02:23:12 +05:30
|
|
|
|
|
|
|
.color {
|
|
|
|
float: left;
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
}
|
|
|
|
}
|
2022-04-27 02:01:58 +05:30
|
|
|
|
|
|
|
@media @mediaSm {
|
|
|
|
.ui.stackable.menu:not(.no-vertical-tabs) {
|
|
|
|
overflow-y: hidden;
|
|
|
|
overflow-x: auto;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap !important;
|
|
|
|
|
|
|
|
.item {
|
|
|
|
width: initial !important;
|
|
|
|
}
|
2022-06-16 20:19:22 +05:30
|
|
|
|
|
|
|
> .dropdown.item {
|
|
|
|
position: initial;
|
|
|
|
}
|
2022-07-29 00:10:23 +05:30
|
|
|
|
|
|
|
.menu {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
2022-04-27 02:01:58 +05:30
|
|
|
}
|
|
|
|
}
|
2022-07-22 16:19:24 +05:30
|
|
|
|
|
|
|
.color-text-light-2 {
|
|
|
|
color: var(--color-text-light-2);
|
|
|
|
}
|