2019-01-13 18:57:46 +01:00
|
|
|
:root {
|
2019-02-02 20:45:38 +01:00
|
|
|
--main-font-family: inherit;
|
2019-01-13 21:16:51 +01:00
|
|
|
--main-font-size: normal;
|
2019-02-02 20:45:38 +01:00
|
|
|
--tree-font-family: inherit;
|
2019-01-13 21:16:51 +01:00
|
|
|
--tree-font-size: normal;
|
2019-02-02 20:45:38 +01:00
|
|
|
--detail-font-family: inherit;
|
2019-01-13 21:16:51 +01:00
|
|
|
--detail-font-size: normal;
|
2019-02-02 20:45:38 +01:00
|
|
|
--detail-text-font-family: inherit;
|
2019-01-13 21:16:51 +01:00
|
|
|
|
2019-01-13 18:57:46 +01:00
|
|
|
--main-background-color: white;
|
|
|
|
--main-text-color: black;
|
2019-02-03 11:15:32 +01:00
|
|
|
--main-border-color: #ccc;
|
2019-01-13 18:57:46 +01:00
|
|
|
--accented-background-color: #eee;
|
|
|
|
--more-accented-background-color: #ccc;
|
|
|
|
--header-background-color: #f8f8f8;
|
|
|
|
--button-background-color: #eee;
|
2019-02-02 23:26:39 +01:00
|
|
|
--button-disabled-background-color: #ccc;
|
2019-01-13 18:57:46 +01:00
|
|
|
--button-border-color: #ddd;
|
|
|
|
--button-text-color: black;
|
2019-01-13 23:25:30 +01:00
|
|
|
--button-border-radius: 5px;
|
2019-01-13 18:57:46 +01:00
|
|
|
--muted-text-color: #444;
|
|
|
|
--input-text-color: black;
|
|
|
|
--input-background-color: white;
|
|
|
|
--modal-background-color: white;
|
|
|
|
--hover-item-text-color: black;
|
|
|
|
--hover-item-background-color: #eee;
|
|
|
|
--active-item-text-color: black;
|
|
|
|
--active-item-background-color: #ccc;
|
|
|
|
--menu-text-color: black;
|
|
|
|
--menu-background-color: white;
|
2019-03-31 21:19:10 +02:00
|
|
|
--tooltip-background-color: #f8f8f8;
|
2019-01-13 18:57:46 +01:00
|
|
|
}
|
|
|
|
|
2019-01-13 21:16:51 +01:00
|
|
|
body.theme-black {
|
2019-01-13 18:57:46 +01:00
|
|
|
--main-background-color: black;
|
|
|
|
--main-text-color: white;
|
2019-02-03 10:09:59 +01:00
|
|
|
--main-border-color: #ddd;
|
2019-01-13 20:03:28 +01:00
|
|
|
--accented-background-color: #222;
|
|
|
|
--more-accented-background-color: #444;
|
|
|
|
--header-background-color: black;
|
|
|
|
--button-background-color: #333;
|
|
|
|
--button-border-color: #444;
|
2019-01-13 18:57:46 +01:00
|
|
|
--button-text-color: white;
|
2019-01-13 23:25:30 +01:00
|
|
|
--button-border-radius: 5px;
|
2019-01-13 18:57:46 +01:00
|
|
|
--muted-text-color: #ccc;
|
|
|
|
--input-text-color: white;
|
|
|
|
--input-background-color: black;
|
|
|
|
--modal-background-color: #222;
|
|
|
|
--hover-item-text-color: black;
|
|
|
|
--hover-item-background-color: #aaa;
|
|
|
|
--active-item-text-color: black;
|
|
|
|
--active-item-background-color: #ccc;
|
|
|
|
--menu-text-color: white;
|
|
|
|
--menu-background-color: #222;
|
2019-03-31 21:19:10 +02:00
|
|
|
--tooltip-background-color: black;
|
2019-01-13 18:57:46 +01:00
|
|
|
}
|
|
|
|
|
2019-02-26 22:51:33 +01:00
|
|
|
body.theme-black a, body.theme-black a:visited {
|
|
|
|
color: lightskyblue;
|
|
|
|
}
|
|
|
|
|
2019-01-13 21:16:51 +01:00
|
|
|
body.theme-black .CodeMirror {
|
2019-01-13 20:03:28 +01:00
|
|
|
filter: invert(100%) hue-rotate(180deg);
|
|
|
|
}
|
|
|
|
|
2019-01-13 23:25:30 +01:00
|
|
|
body.theme-dark {
|
|
|
|
--main-background-color: #333;
|
|
|
|
--main-text-color: white;
|
2019-02-03 10:09:59 +01:00
|
|
|
--main-border-color: #ddd;
|
2019-01-13 23:25:30 +01:00
|
|
|
--accented-background-color: #555;
|
|
|
|
--more-accented-background-color: #777;
|
|
|
|
--header-background-color: #333;
|
|
|
|
--button-background-color: #555;
|
|
|
|
--button-border-color: #444;
|
|
|
|
--button-text-color: white;
|
|
|
|
--button-border-radius: 5px;
|
|
|
|
--muted-text-color: #ccc;
|
|
|
|
--input-text-color: white;
|
|
|
|
--input-background-color: #333;
|
|
|
|
--modal-background-color: #555;
|
|
|
|
--hover-item-text-color: black;
|
|
|
|
--hover-item-background-color: #aaa;
|
|
|
|
--active-item-text-color: black;
|
|
|
|
--active-item-background-color: #ccc;
|
|
|
|
--menu-text-color: white;
|
|
|
|
--menu-background-color: #222;
|
2019-03-31 21:19:10 +02:00
|
|
|
--tooltip-background-color: #333;
|
2019-01-13 23:25:30 +01:00
|
|
|
}
|
|
|
|
|
2019-02-26 22:51:33 +01:00
|
|
|
body.theme-dark a, body.theme-dark a:visited {
|
|
|
|
color: lightskyblue;
|
|
|
|
}
|
|
|
|
|
2019-01-13 23:25:30 +01:00
|
|
|
body.theme-dark .CodeMirror {
|
|
|
|
filter: invert(90%) hue-rotate(180deg);
|
|
|
|
}
|
|
|
|
|
2019-01-13 18:57:46 +01:00
|
|
|
html {
|
|
|
|
/* this fixes FF filter vs. position fixed bug: https://github.com/zadam/trilium/issues/233 */
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2018-10-12 13:40:06 +02:00
|
|
|
body {
|
|
|
|
/* Fix for CKEditor block gutter icon "stretching" body and causing scrollbar to appear after pressing enter
|
|
|
|
on the last line of the editor. */
|
|
|
|
position: fixed;
|
2019-01-07 23:17:12 +01:00
|
|
|
width: 100%;
|
2019-01-13 18:57:46 +01:00
|
|
|
background-color: var(--main-background-color);
|
|
|
|
color: var(--main-text-color);
|
2019-02-02 20:45:38 +01:00
|
|
|
font-family: var(--main-font-family);
|
2019-01-13 18:57:46 +01:00
|
|
|
}
|
|
|
|
|
2019-02-07 22:16:40 +01:00
|
|
|
input, select, textarea {
|
2019-01-13 18:57:46 +01:00
|
|
|
color: var(--input-text-color) !important;
|
|
|
|
background: var(--input-background-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group-text {
|
2019-01-13 22:03:06 +01:00
|
|
|
background-color: var(--accented-background-color) !important;
|
|
|
|
color: var(--muted-text-color) !important;
|
2019-01-13 18:57:46 +01:00
|
|
|
}
|
|
|
|
|
2019-02-26 22:59:38 +01:00
|
|
|
table td, table th {
|
|
|
|
color: var(--main-text-color);
|
|
|
|
}
|
|
|
|
|
2019-01-13 18:57:46 +01:00
|
|
|
button.close {
|
|
|
|
color: var(--main-text-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
|
|
|
background-color: var(--modal-background-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-link.active {
|
2019-02-26 22:51:33 +01:00
|
|
|
background-color: inherit !important;
|
2019-01-13 18:57:46 +01:00
|
|
|
color: var(--main-text-color) !important;
|
2018-10-12 13:40:06 +02:00
|
|
|
}
|
|
|
|
|
2018-09-06 09:33:38 +02:00
|
|
|
#title-container {
|
|
|
|
grid-area: title;
|
|
|
|
}
|
|
|
|
|
2018-12-27 20:22:33 +01:00
|
|
|
#note-title {
|
|
|
|
margin-left: 15px;
|
2019-01-13 18:57:46 +01:00
|
|
|
margin-right: 10px;
|
2019-01-13 21:04:08 +01:00
|
|
|
font-size: 150%;
|
2018-12-27 20:22:33 +01:00
|
|
|
border: 0;
|
|
|
|
width: 5em;
|
|
|
|
flex-grow: 100;
|
|
|
|
}
|
|
|
|
|
2019-01-06 20:59:19 +01:00
|
|
|
ul.fancytree-container {
|
|
|
|
/* override specific size from fancytree.css */
|
|
|
|
font-family: inherit !important;
|
|
|
|
font-size: inherit !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fancytree-title {
|
|
|
|
margin-left: 7px !important;
|
|
|
|
}
|
|
|
|
|
2018-12-30 21:13:35 +01:00
|
|
|
.fancytree-node:not(.fancytree-loading) .fancytree-expander {
|
2018-12-27 22:38:19 +01:00
|
|
|
background: none;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2018-12-30 21:13:35 +01:00
|
|
|
.fancytree-node:not(.fancytree-loading) .fancytree-expander:before {
|
2018-12-27 22:38:19 +01:00
|
|
|
font-family: 'jam-icons' !important;
|
|
|
|
speak: none;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
content: "\e9bc";
|
|
|
|
}
|
|
|
|
|
|
|
|
/* this is done to preserve correct indentation. Better solution would be preferable */
|
|
|
|
.fancytree-node:not(.fancytree-folder) .fancytree-expander:before {
|
2019-01-27 21:54:24 +01:00
|
|
|
color: var(--main-background-color); /* setting to background color makes this invisible */
|
2018-12-27 22:38:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.fancytree-node.fancytree-expanded .fancytree-expander:before {
|
|
|
|
content: "\e9ba";
|
|
|
|
}
|
|
|
|
|
2018-12-27 20:22:33 +01:00
|
|
|
#note-title[readonly] {
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
|
2018-09-06 09:33:38 +02:00
|
|
|
.tdialog {
|
2018-11-06 15:25:07 +01:00
|
|
|
display: none;
|
2018-09-06 09:33:38 +02:00
|
|
|
}
|
|
|
|
|
2018-04-11 22:44:33 -04:00
|
|
|
#note-detail-wrapper {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
grid-area: note-detail;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-02-02 20:45:38 +01:00
|
|
|
font-family: var(--detail-font-family);
|
2018-04-11 22:44:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#note-detail-component-wrapper {
|
2018-05-21 16:08:34 -04:00
|
|
|
flex-grow: 100;
|
2018-04-11 22:44:33 -04:00
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
|
|
|
flex-basis: content;
|
2018-11-18 22:49:53 +01:00
|
|
|
height: 100%;
|
2018-11-20 22:49:10 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-01-01 20:53:18 +01:00
|
|
|
min-height: 200px;
|
2018-04-11 22:44:33 -04:00
|
|
|
}
|
|
|
|
|
2018-03-27 00:22:02 -04:00
|
|
|
.note-detail-component {
|
2018-11-20 22:49:10 +01:00
|
|
|
flex-grow: 100;
|
2018-03-27 00:22:02 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-11-09 14:36:27 +01:00
|
|
|
#note-detail-text h1 { font-size: 2.0em; }
|
|
|
|
#note-detail-text h2 { font-size: 1.8em; }
|
|
|
|
#note-detail-text h3 { font-size: 1.6em; }
|
|
|
|
#note-detail-text h4 { font-size: 1.4em; }
|
|
|
|
#note-detail-text h5 { font-size: 1.2em; }
|
|
|
|
#note-detail-text h6 { font-size: 1.1em; }
|
|
|
|
|
2018-03-26 23:48:45 -04:00
|
|
|
#note-detail-text {
|
2017-12-02 10:37:12 -05:00
|
|
|
border: 0 !important;
|
|
|
|
box-shadow: none !important;
|
2017-06-11 21:04:04 -04:00
|
|
|
/* This is because with empty content height of editor is 0 and it's impossible to click into it */
|
2018-04-10 23:15:41 -04:00
|
|
|
min-height: 200px;
|
2017-09-23 23:54:38 -04:00
|
|
|
overflow: auto;
|
2019-02-02 20:45:38 +01:00
|
|
|
font-family: var(--detail-text-font-family);
|
|
|
|
}
|
|
|
|
|
2019-02-02 23:26:39 +01:00
|
|
|
#note-detail-text p:first-child, #note-detail-text::before {
|
2019-02-02 20:45:38 +01:00
|
|
|
margin-top: 0;
|
2017-06-11 21:04:04 -04:00
|
|
|
}
|
|
|
|
|
2018-11-14 13:42:50 +01:00
|
|
|
/** we disable shield background when in distraction free mode because I couldn't get it to stay static
|
|
|
|
(it kept growing with content) */
|
|
|
|
#container:not(.distraction-free-mode) #note-detail-wrapper.protected {
|
2018-11-09 14:36:27 +01:00
|
|
|
/* DON'T COLLAPSE THE RULES INTO SINGLE ONE, BACKGROUND WON'T DISPLAY */
|
2018-12-09 13:37:28 +01:00
|
|
|
background: url('../images/shield.svg') no-repeat;
|
2018-08-17 09:32:07 +02:00
|
|
|
background-size: contain;
|
2018-11-09 14:36:27 +01:00
|
|
|
background-position: center;
|
2017-09-04 21:37:55 -04:00
|
|
|
}
|
|
|
|
|
2017-08-23 23:36:16 -04:00
|
|
|
ul.fancytree-container {
|
2017-08-27 11:36:20 -04:00
|
|
|
outline: none !important;
|
2019-01-13 18:57:46 +01:00
|
|
|
background-color: inherit !important;
|
2017-08-23 23:36:16 -04:00
|
|
|
}
|
2017-08-27 11:36:20 -04:00
|
|
|
|
2018-11-14 08:28:38 +01:00
|
|
|
.fancytree-custom-icon {
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
2019-01-13 18:57:46 +01:00
|
|
|
span.fancytree-title {
|
|
|
|
color: inherit !important;
|
|
|
|
background: inherit !important;
|
|
|
|
}
|
|
|
|
|
2018-11-14 08:23:34 +01:00
|
|
|
span.fancytree-node.protected > span.fancytree-custom-icon {
|
2018-01-26 22:32:44 -05:00
|
|
|
filter: drop-shadow(2px 2px 2px black);
|
2017-09-08 23:14:42 -04:00
|
|
|
}
|
|
|
|
|
2017-11-21 18:39:56 -05:00
|
|
|
span.fancytree-node.multiple-parents .fancytree-title {
|
2017-11-27 18:16:42 -05:00
|
|
|
text-decoration: underline dotted;
|
2017-11-21 18:39:56 -05:00
|
|
|
}
|
|
|
|
|
2017-11-22 19:40:06 -05:00
|
|
|
span.fancytree-node.fancytree-active-clone:not(.fancytree-active) .fancytree-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2018-05-26 16:16:34 -04:00
|
|
|
/* first nesting level has lower left padding to avoid extra left padding. Other levels are not affected */
|
|
|
|
.ui-fancytree > li > ul {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2019-01-13 18:57:46 +01:00
|
|
|
span.fancytree-active.fancytree-focused .fancytree-title {
|
|
|
|
color: var(--active-item-text-color) !important;
|
|
|
|
background-color: var(--active-item-background-color) !important;
|
2019-02-03 10:09:59 +01:00
|
|
|
border-color: var(--main-border-color) !important;
|
2019-01-06 18:58:12 +01:00
|
|
|
border-radius: 3px;
|
2019-01-23 21:13:04 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.fancytree-active:not(.fancytree-focused) .fancytree-title {
|
|
|
|
color: var(--hover-item-text-color) !important;
|
|
|
|
background-color: var(--hover-item-background-color) !important;
|
2019-02-03 10:09:59 +01:00
|
|
|
border-color: var(--main-border-color) !important;
|
2019-01-23 21:13:04 +01:00
|
|
|
border-radius: 3px;
|
|
|
|
font-weight: bold;
|
2019-01-06 18:58:12 +01:00
|
|
|
}
|
|
|
|
|
2019-01-23 21:13:04 +01:00
|
|
|
span.fancytree-selected:not(.fancytree-active) .fancytree-title {
|
2019-01-13 18:57:46 +01:00
|
|
|
color: var(--hover-item-text-color) !important;
|
|
|
|
background-color: var(--hover-item-background-color) !important;
|
2019-02-03 10:09:59 +01:00
|
|
|
border-color: var(--main-border-color) !important;
|
2019-01-06 18:58:12 +01:00
|
|
|
border-radius: 3px;
|
2019-01-23 21:13:04 +01:00
|
|
|
font-style: italic;
|
2019-01-06 18:58:12 +01:00
|
|
|
}
|
|
|
|
|
2019-01-13 18:57:46 +01:00
|
|
|
span.fancytree-node:not(.fancytree-active):hover span.fancytree-title {
|
|
|
|
color: var(--hover-item-text-color) !important;
|
|
|
|
background-color: var(--hover-item-background-color) !important;
|
2019-02-03 10:09:59 +01:00
|
|
|
border-color: var(--main-border-color) !important;
|
2019-01-06 18:58:12 +01:00
|
|
|
border-radius: 3px;
|
2017-12-28 20:53:31 -05:00
|
|
|
}
|
|
|
|
|
2017-09-03 18:53:28 -04:00
|
|
|
.ui-autocomplete {
|
|
|
|
max-height: 300px;
|
|
|
|
overflow-y: auto;
|
|
|
|
/* prevent horizontal scrollbar */
|
|
|
|
overflow-x: hidden;
|
2017-09-05 22:01:22 -04:00
|
|
|
}
|
|
|
|
|
2017-09-10 21:33:39 -04:00
|
|
|
.icon-action:hover {
|
|
|
|
text-decoration: none;
|
2017-09-05 22:01:22 -04:00
|
|
|
}
|
|
|
|
|
2017-12-04 18:21:57 -05:00
|
|
|
.icon-action {
|
|
|
|
cursor: pointer;
|
2018-11-09 11:57:52 +01:00
|
|
|
font-size: 1.5em;
|
2017-12-04 18:21:57 -05:00
|
|
|
}
|
|
|
|
|
2017-12-15 22:35:42 -05:00
|
|
|
.ui-widget-content a:not(.ui-tabs-anchor) {
|
2017-10-05 20:15:45 -04:00
|
|
|
color: #337ab7 !important;
|
2017-10-06 22:46:30 -04:00
|
|
|
}
|
|
|
|
|
2017-10-11 20:37:27 -04:00
|
|
|
div.ui-tooltip {
|
|
|
|
max-width: 600px;
|
|
|
|
max-height: 600px;
|
|
|
|
overflow: auto;
|
2017-11-06 20:13:36 -05:00
|
|
|
}
|
|
|
|
|
2017-11-26 12:56:07 -05:00
|
|
|
.alert {
|
|
|
|
padding: 5px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2018-06-04 20:22:41 -04:00
|
|
|
#search-results {
|
|
|
|
padding: 0 5px 5px 15px;
|
|
|
|
flex-basis: 40%;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 1;
|
2018-04-17 20:04:27 -04:00
|
|
|
margin-top: 10px;
|
2018-06-04 20:22:41 -04:00
|
|
|
display: none;
|
|
|
|
overflow: auto;
|
2019-02-03 10:09:59 +01:00
|
|
|
border-bottom: 2px solid var(--main-border-color);
|
2018-06-04 20:22:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#search-results ul {
|
|
|
|
padding: 5px 5px 5px 15px;
|
2018-04-17 20:04:27 -04:00
|
|
|
}
|
|
|
|
|
2019-02-03 11:15:32 +01:00
|
|
|
#search-text {
|
|
|
|
border: 1px solid var(--main-border-color);
|
|
|
|
}
|
|
|
|
|
2017-12-12 21:40:55 -05:00
|
|
|
/*
|
|
|
|
* .electron-in-page-search-window is a class specified to default
|
|
|
|
* <webview> element for search window.
|
|
|
|
*/
|
|
|
|
.electron-in-page-search-window {
|
|
|
|
position: fixed;
|
2018-11-21 23:39:19 +01:00
|
|
|
top: 45px;
|
|
|
|
right: 10px;
|
|
|
|
width: 360px;
|
|
|
|
height: 55px;
|
|
|
|
display: none;
|
|
|
|
z-index: 1001;
|
2017-12-12 21:40:55 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* .search-inactive is added to search window <webview> when the window
|
|
|
|
* is inactive.
|
|
|
|
*/
|
|
|
|
.search-inactive {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* .search-inactive is added to search window <webview> when the window
|
|
|
|
* is active.
|
|
|
|
*/
|
|
|
|
.search-active {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.electronSearchText-box {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.electronSearchText-visible {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-12-23 14:35:20 -05:00
|
|
|
/* Allow to use <kbd> elements inside the title to define shortcut hints. */
|
2017-12-26 19:54:43 -05:00
|
|
|
.ui-menu kbd, button kbd {
|
2019-01-13 18:57:46 +01:00
|
|
|
color: var(--muted-text-color);
|
2017-12-23 14:35:20 -05:00
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2017-12-26 19:54:43 -05:00
|
|
|
.ui-menu kbd {
|
|
|
|
margin-left: 30px;
|
2018-01-01 18:53:52 -05:00
|
|
|
float: right;
|
2017-12-26 19:54:43 -05:00
|
|
|
}
|
|
|
|
|
2017-12-26 20:54:41 -05:00
|
|
|
#note-source {
|
|
|
|
height: 98%;
|
|
|
|
width: 100%;
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
|
2018-01-02 20:52:36 -05:00
|
|
|
.suppressed {
|
2018-06-10 10:53:39 -04:00
|
|
|
display: none;
|
2018-01-19 19:36:41 -05:00
|
|
|
}
|
|
|
|
|
2019-01-13 18:57:46 +01:00
|
|
|
.dropdown-menu {
|
|
|
|
color: var(--menu-text-color) !important;
|
|
|
|
background-color: var(--menu-background-color) !important;
|
|
|
|
}
|
|
|
|
|
2019-03-19 22:56:37 +01:00
|
|
|
.dropdown-menu .disabled {
|
|
|
|
color: #888 !important;
|
|
|
|
}
|
|
|
|
|
2019-04-01 21:11:20 +02:00
|
|
|
.dropdown-menu a:hover:not(.disabled), li.dropdown-item:hover:not(.disabled) {
|
2019-01-13 18:57:46 +01:00
|
|
|
color: var(--hover-item-text-color) !important;
|
|
|
|
background-color: var(--hover-item-background-color) !important;
|
2018-01-19 19:36:41 -05:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-11-05 21:12:03 +01:00
|
|
|
.dropdown-menu a:not(.selected) .check {
|
2018-01-21 23:06:25 -05:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2018-01-19 19:36:41 -05:00
|
|
|
.dropdown-menu kbd
|
|
|
|
{
|
2019-01-13 18:57:46 +01:00
|
|
|
color: var(--muted-text-color);
|
2018-01-19 19:36:41 -05:00
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu kbd {
|
|
|
|
float: right;
|
|
|
|
}
|
2018-01-21 10:33:32 -05:00
|
|
|
|
2018-11-06 12:46:29 +01:00
|
|
|
.dropdown-item.disabled, .dropdown-item.disabled kbd {
|
|
|
|
color: #aaa !important;
|
|
|
|
}
|
|
|
|
|
2018-01-21 10:33:32 -05:00
|
|
|
#note-detail-code {
|
2018-04-11 00:10:11 -04:00
|
|
|
min-height: 200px;
|
2018-05-26 19:58:08 -04:00
|
|
|
overflow: auto;
|
2018-01-21 10:33:32 -05:00
|
|
|
}
|
|
|
|
|
2018-05-26 19:27:47 -04:00
|
|
|
#note-detail-render {
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
|
|
|
|
2018-01-21 10:33:32 -05:00
|
|
|
.CodeMirror {
|
2018-01-30 22:44:46 -05:00
|
|
|
font-family: "Liberation Mono", "Lucida Console", monospace;
|
2018-05-26 15:28:36 -04:00
|
|
|
height: auto;
|
2018-08-17 09:32:07 +02:00
|
|
|
background: inherit;
|
2018-01-21 20:15:42 -05:00
|
|
|
}
|
|
|
|
|
2018-05-26 19:58:08 -04:00
|
|
|
.CodeMirror-scroll {
|
|
|
|
min-height: 200px;
|
|
|
|
}
|
|
|
|
|
2019-02-02 23:26:39 +01:00
|
|
|
.CodeMirror-gutters {
|
|
|
|
background-color: inherit !important;
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
2018-01-21 23:06:25 -05:00
|
|
|
#note-type-dropdown {
|
|
|
|
max-height: 500px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2018-01-28 11:19:31 -05:00
|
|
|
}
|
|
|
|
|
2018-02-04 20:23:30 -05:00
|
|
|
.cm-matchhighlight {background-color: #eeeeee}
|
|
|
|
|
2019-01-01 20:53:18 +01:00
|
|
|
#attribute-list {
|
|
|
|
overflow: auto;
|
|
|
|
/* limiting the size since actual note content is more important */
|
|
|
|
max-height: 30%;
|
2019-02-02 23:51:00 +01:00
|
|
|
flex-shrink: 0;
|
|
|
|
flex-basis: 2em;
|
2019-01-01 20:53:18 +01:00
|
|
|
}
|
|
|
|
|
2018-08-06 09:41:01 +02:00
|
|
|
#label-list, #relation-list, #attribute-list {
|
2019-02-02 23:51:00 +01:00
|
|
|
color: var(--muted-text-color);
|
2018-07-28 17:59:55 +02:00
|
|
|
padding: 5px;
|
|
|
|
display: none;
|
2018-02-04 20:23:30 -05:00
|
|
|
}
|
|
|
|
|
2018-08-06 09:41:01 +02:00
|
|
|
#label-list button, #relation-list button, #attribute-list button {
|
2018-02-04 20:23:30 -05:00
|
|
|
padding: 2px;
|
2018-02-04 22:44:15 -05:00
|
|
|
margin-right: 5px;
|
2018-02-18 21:28:24 -05:00
|
|
|
}
|
|
|
|
|
2018-03-27 22:11:06 -04:00
|
|
|
#file-table th, #file-table td {
|
2018-02-18 21:28:24 -05:00
|
|
|
padding: 10px;
|
2019-01-13 21:04:08 +01:00
|
|
|
font-size: larger;
|
2018-04-08 22:38:52 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#children-overview {
|
2018-04-11 00:10:11 -04:00
|
|
|
flex-grow: 1000;
|
|
|
|
flex-shrink: 1000;
|
2018-11-20 22:49:10 +01:00
|
|
|
flex-basis: 0;
|
2018-04-11 00:10:11 -04:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-content: flex-start;
|
2018-11-20 22:49:10 +01:00
|
|
|
height: 110px;
|
2018-04-11 00:10:11 -04:00
|
|
|
overflow: auto;
|
2018-04-08 22:38:52 -04:00
|
|
|
}
|
|
|
|
|
2019-01-27 14:26:39 +01:00
|
|
|
.child-overview-item {
|
2018-04-08 22:38:52 -04:00
|
|
|
font-weight: bold;
|
|
|
|
padding: 10px;
|
2019-01-13 18:57:46 +01:00
|
|
|
background: var(--accented-background-color);
|
2018-04-08 22:38:52 -04:00
|
|
|
width: 150px;
|
2018-04-11 00:10:11 -04:00
|
|
|
height: 90px;
|
|
|
|
line-height: 2em;
|
2018-04-08 22:38:52 -04:00
|
|
|
margin-right: 20px;
|
|
|
|
border-radius: 15px;
|
|
|
|
overflow: hidden;
|
2018-04-10 21:08:00 -04:00
|
|
|
text-align: center;
|
2018-04-10 23:15:41 -04:00
|
|
|
margin-top: 15px;
|
2018-04-11 00:10:11 -04:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
word-wrap: break-word;
|
2018-04-10 21:08:00 -04:00
|
|
|
}
|
|
|
|
|
2019-01-27 14:26:39 +01:00
|
|
|
.child-overview-item a {
|
2019-01-13 18:57:46 +01:00
|
|
|
color: var(--muted-text-color);
|
2018-05-21 20:12:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#sql-console-query {
|
|
|
|
height: 150px;
|
|
|
|
width: 100%;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sql-console-query .CodeMirror {
|
|
|
|
height: 150px;
|
2018-05-26 22:54:06 -04:00
|
|
|
}
|
|
|
|
|
2019-01-13 18:57:46 +01:00
|
|
|
.btn {
|
|
|
|
border-radius: var(--button-border-radius);
|
|
|
|
}
|
|
|
|
|
2019-01-08 19:47:35 +01:00
|
|
|
.btn:not(.btn-primary):not(.btn-secondary):not(.btn-danger) {
|
2019-01-13 18:57:46 +01:00
|
|
|
border-color: var(--button-border-color);
|
|
|
|
background-color: var(--button-background-color);
|
|
|
|
color: var(--button-text-color);
|
2018-05-31 20:00:39 -04:00
|
|
|
}
|
|
|
|
|
2018-06-05 23:28:10 -04:00
|
|
|
.btn.active:not(.btn-primary) {
|
2019-02-02 23:26:39 +01:00
|
|
|
background-color: var(--button-disabled-background-color) !important;
|
2018-05-31 23:21:47 -04:00
|
|
|
}
|
|
|
|
|
2018-11-16 22:04:51 +01:00
|
|
|
#note-path-list a.current {
|
2018-05-31 23:21:47 -04:00
|
|
|
font-weight: bold;
|
2018-06-08 22:17:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
button.icon-button {
|
2018-11-09 11:57:52 +01:00
|
|
|
font-size: 1.5em;
|
|
|
|
padding: 2px;
|
2018-06-08 23:18:53 -04:00
|
|
|
}
|
|
|
|
|
2018-06-09 09:44:40 -04:00
|
|
|
#note-actions {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#note-actions .dropdown-menu {
|
|
|
|
width: 15em;
|
|
|
|
}
|
|
|
|
|
2019-02-09 19:48:19 +01:00
|
|
|
#global-menu .dropdown-menu {
|
|
|
|
width: 20em;
|
|
|
|
}
|
|
|
|
|
2018-08-03 22:56:23 +02:00
|
|
|
.ck.ck-block-toolbar-button {
|
|
|
|
transform: translateX(10px);
|
2018-08-06 14:43:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#note-detail-promoted-attributes {
|
|
|
|
margin: auto;
|
2019-01-01 20:53:18 +01:00
|
|
|
/* setting the display to block since "table" doesn't support scrolling */
|
|
|
|
display: block;
|
|
|
|
flex-basis: content;
|
|
|
|
flex-shrink: 1;
|
2019-01-02 20:21:34 +01:00
|
|
|
flex-grow: 0;
|
2019-01-01 20:53:18 +01:00
|
|
|
overflow: auto;
|
2018-08-06 17:24:35 +02:00
|
|
|
}
|
|
|
|
|
2018-08-28 20:55:21 +02:00
|
|
|
#note-detail-promoted-attributes td, #note-detail-promoted-attributes th {
|
2018-08-06 17:24:35 +02:00
|
|
|
padding: 5px;
|
2018-08-06 17:53:13 +02:00
|
|
|
}
|
|
|
|
|
2018-11-15 12:13:32 +01:00
|
|
|
#note-detail-image {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#note-detail-image-view {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2019-02-03 00:12:57 +01:00
|
|
|
pre:not(.CodeMirror-line) {
|
2019-02-02 23:51:00 +01:00
|
|
|
color: var(--main-text-color) !important;
|
|
|
|
}
|
|
|
|
|
2018-11-16 18:40:58 +01:00
|
|
|
#file-preview-content {
|
2019-02-02 23:51:00 +01:00
|
|
|
background-color: var(--accented-background-color);
|
2018-11-16 18:40:58 +01:00
|
|
|
padding: 15px;
|
|
|
|
max-width: 600px;
|
|
|
|
max-height: 300px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2018-08-06 17:53:13 +02:00
|
|
|
.pointer {
|
|
|
|
cursor: pointer;
|
2018-08-06 22:29:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.show-recent-notes-button {
|
|
|
|
cursor: pointer;
|
2018-11-09 11:57:52 +01:00
|
|
|
font-size: 1.3em;
|
2018-11-14 11:17:20 +01:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2018-11-13 23:16:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.input-clearer-button {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 1.3em;
|
|
|
|
background: inherit !important;
|
|
|
|
padding-left: 5px;
|
2018-11-14 11:17:20 +01:00
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2018-11-14 11:24:40 +01:00
|
|
|
.open-external-link-button {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 1.3em;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2018-11-14 11:17:20 +01:00
|
|
|
.go-to-selected-note-button {
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 1.3em;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
2018-11-14 19:33:48 +01:00
|
|
|
.go-to-selected-note-button.disabled, .go-to-selected-note-button.disabled:hover {
|
2018-11-14 11:17:20 +01:00
|
|
|
cursor: inherit;
|
2019-02-02 23:26:39 +01:00
|
|
|
color: var(--button-disabled-background-color) !important;
|
2018-11-13 23:16:26 +01:00
|
|
|
}
|
|
|
|
|
2018-11-14 11:17:20 +01:00
|
|
|
.note-autocomplete-input {
|
|
|
|
/* this is for seamless integration of "input clearer" button */
|
2018-11-13 23:16:26 +01:00
|
|
|
border-right: 0;
|
2018-08-22 15:31:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.promoted-attributes-in-tooltip {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th {
|
|
|
|
padding: 10px;
|
2018-08-28 20:55:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#note-detail-render-help {
|
|
|
|
margin: 50px;
|
|
|
|
padding: 20px;
|
2018-11-06 12:46:29 +01:00
|
|
|
}
|
|
|
|
|
2019-03-31 21:19:10 +02:00
|
|
|
.tooltip {
|
|
|
|
font-size: var(--main-font-size) !important;
|
|
|
|
}
|
2018-11-20 23:50:19 +01:00
|
|
|
|
2018-11-06 19:35:42 +01:00
|
|
|
.tooltip-inner {
|
2019-03-31 21:19:10 +02:00
|
|
|
background-color: var(--tooltip-background-color) !important;
|
|
|
|
max-width: 500px;
|
2018-11-14 10:36:14 +01:00
|
|
|
/* height needs to stay small because tooltip has problem when it can't fit to either top or bottom of the cursor */
|
|
|
|
max-height: 300px;
|
2018-11-06 19:35:42 +01:00
|
|
|
overflow: hidden;
|
2019-02-03 10:09:59 +01:00
|
|
|
border: 1px solid var(--main-border-color);
|
2019-01-05 11:49:17 +01:00
|
|
|
border-radius: 5px;
|
2018-11-06 19:35:42 +01:00
|
|
|
text-align: left;
|
2019-03-31 21:19:10 +02:00
|
|
|
color: var(--main-text-color) !important;
|
2018-11-06 19:35:42 +01:00
|
|
|
}
|
|
|
|
|
2018-11-14 10:36:14 +01:00
|
|
|
.tooltip-inner img {
|
|
|
|
max-width: 250px;
|
|
|
|
max-height: 250px;
|
|
|
|
}
|
|
|
|
|
2018-11-19 11:47:40 +01:00
|
|
|
.tooltip-inner figure.image-style-side {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2018-11-06 19:35:42 +01:00
|
|
|
.tooltip.show {
|
|
|
|
opacity: 1;
|
2018-11-07 00:23:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.algolia-autocomplete {
|
|
|
|
width: calc(100% - 30px);
|
|
|
|
z-index: 2000 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.algolia-autocomplete .aa-dropdown-menu {
|
|
|
|
width: 100%;
|
2019-01-13 18:57:46 +01:00
|
|
|
background-color: var(--main-background-color);
|
2019-02-03 10:09:59 +01:00
|
|
|
border: 1px solid var(--main-border-color);
|
2018-11-07 00:23:50 +01:00
|
|
|
border-top: none;
|
|
|
|
z-index: 2000 !important;
|
|
|
|
max-height: 500px;
|
|
|
|
overflow: auto;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-12 23:34:22 +01:00
|
|
|
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion p {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-07 00:23:50 +01:00
|
|
|
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
|
2019-01-13 18:57:46 +01:00
|
|
|
color: var(--hover-item-text-color);
|
|
|
|
background-color: var(--hover-item-background-color);
|
2018-11-07 00:23:50 +01:00
|
|
|
}
|
2018-11-08 21:36:35 +01:00
|
|
|
|
|
|
|
.help-button {
|
|
|
|
float: right;
|
|
|
|
background: none;
|
|
|
|
font-weight: 900;
|
|
|
|
color: orange;
|
|
|
|
border: 0;
|
|
|
|
cursor: pointer;
|
2018-11-08 23:48:49 +01:00
|
|
|
}
|
|
|
|
|
2018-11-12 23:34:22 +01:00
|
|
|
.multiplicity {
|
2018-11-14 11:24:40 +01:00
|
|
|
font-size: 1.3em;
|
2018-11-13 22:22:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* this is because bootstrap (?) sets code color to red for some reason */
|
|
|
|
code {
|
|
|
|
color: inherit !important;
|
2018-11-22 16:08:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.animated {
|
|
|
|
animation-duration: 1s;
|
|
|
|
animation-fill-mode: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes fadeInDown {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
transform: translate3d(0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fadeInDown {
|
|
|
|
animation-name: fadeInDown;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes fadeOutUp {
|
|
|
|
from {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
to {
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transform: translate3d(0, -100%, 0);
|
|
|
|
transform: translate3d(0, -100%, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fadeOutUp {
|
|
|
|
animation-name: fadeOutUp;
|
|
|
|
}
|
|
|
|
|
|
|
|
div[data-notify="container"] {
|
|
|
|
text-align: center;
|
2018-11-22 20:25:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#saved-indicator {
|
|
|
|
position: absolute;
|
|
|
|
right: 10px;
|
2019-02-02 20:45:38 +01:00
|
|
|
top: -7px;
|
2019-01-13 21:04:08 +01:00
|
|
|
font-size: 150%;
|
2019-02-02 23:51:00 +01:00
|
|
|
color: var(--main-text-color);
|
2018-11-22 20:25:49 +01:00
|
|
|
z-index: 100;
|
2018-11-24 14:44:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#export-form .form-check {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#export-form .format-choice {
|
|
|
|
padding-left: 40px;
|
|
|
|
display: none;
|
2018-11-25 10:26:45 +01:00
|
|
|
}
|
|
|
|
|
2019-02-16 23:33:40 +01:00
|
|
|
#export-form #opml-versions {
|
|
|
|
padding-left: 60px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-11-25 10:26:45 +01:00
|
|
|
#export-form .form-check-label {
|
|
|
|
padding: 2px;
|
2018-12-15 20:29:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.unhoist-button {
|
|
|
|
text-decoration: underline !important;
|
|
|
|
color: blue !important;
|
|
|
|
cursor: pointer !important;
|
2018-12-27 20:04:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#protected-session-password-component {
|
|
|
|
max-width: 450px;
|
|
|
|
margin: auto;
|
|
|
|
padding-top: 50px;
|
2018-12-30 19:02:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ck-editor__is-empty.ck-content.ck-editor__editable::before {
|
|
|
|
content: 'You can start writing note here ...';
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
margin: var(--ck-spacing-large) 0;
|
|
|
|
|
2019-02-02 23:51:00 +01:00
|
|
|
color: var(--muted-text-color);
|
2018-12-30 21:13:35 +01:00
|
|
|
}
|
|
|
|
|
2019-03-24 20:16:05 +01:00
|
|
|
.ck-editor__nested-editable_focused {
|
|
|
|
background-color: var(--accented-background-color) !important;
|
|
|
|
}
|
|
|
|
|
2018-12-30 21:13:35 +01:00
|
|
|
.fancytree-loading span.fancytree-expander {
|
|
|
|
background-image: none !important;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fancytree-loading span.fancytree-expander:after {
|
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
border-radius: 50%;
|
|
|
|
border-color: #000 transparent #000 transparent;
|
|
|
|
animation: lds-dual-ring 1.2s linear infinite;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes lds-dual-ring {
|
|
|
|
0% {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
2019-01-13 20:14:33 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.ck-content .image > figcaption {
|
2019-02-26 22:59:38 +01:00
|
|
|
color: var(--main-text-color) !important;
|
|
|
|
background-color: var(--accented-background-color) !important;
|
2019-01-13 22:03:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#options-dialog input[type=number] {
|
|
|
|
text-align: right;
|
2019-02-13 23:06:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.help-cards ul {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-cards kbd {
|
|
|
|
color: var(--main-text-color);
|
|
|
|
background-color: var(--accented-background-color);
|
|
|
|
border: 1px solid var(--main-border-color);
|
|
|
|
padding: 2px;
|
2019-02-13 23:27:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#sql-console-tables button {
|
|
|
|
padding: 0.25rem 0.4rem;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
line-height: 0.5;
|
|
|
|
border-radius: 0.2rem;
|
2019-02-16 18:49:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a.external:after, a[href^="http://"]:after, a[href^="https://"]:after {
|
|
|
|
font-size: smaller;
|
|
|
|
content: "\2197";
|
|
|
|
vertical-align: top;
|
2019-03-09 18:57:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
background-color: inherit !important;
|
|
|
|
border-color: var(--main-border-color) !important;
|
2018-11-08 21:36:35 +01:00
|
|
|
}
|