jellyfish-web/src/assets/css/metadataeditor.css

80 lines
1.4 KiB
CSS
Raw Normal View History

2018-10-23 01:13:23 +03:00
.editPageSidebar {
display: block;
2018-10-23 01:13:23 +03:00
}
.editPageSidebar-withcontent {
display: none;
2018-10-23 01:13:23 +03:00
}
.libraryTree {
2020-01-19 15:00:37 +01:00
margin-left: 0.25em;
2018-10-23 01:13:23 +03:00
}
.offlineEditorNode {
color: #c33;
2018-10-23 01:13:23 +03:00
}
.editorNode img {
height: 18px;
2020-01-19 15:00:37 +01:00
margin: 0 0.35em;
2018-10-23 01:13:23 +03:00
vertical-align: middle;
position: relative;
top: -2px;
2018-10-23 01:13:23 +03:00
}
.jstree-anchor {
font-weight: 400 !important;
2018-10-23 01:13:23 +03:00
}
.jstree-wholerow-hovered {
background: #38c !important;
2020-01-09 19:35:19 +01:00
-webkit-border-radius: 0 !important;
2018-10-23 01:13:23 +03:00
border-radius: 0 !important;
2020-01-09 19:35:19 +01:00
-webkit-box-shadow: none !important;
box-shadow: none !important;
2018-10-23 01:13:23 +03:00
}
.jstree-default .jstree-hovered {
background: 0 0 !important;
2020-01-09 19:35:19 +01:00
-webkit-border-radius: 0 !important;
2018-10-23 01:13:23 +03:00
border-radius: 0 !important;
2020-01-09 19:35:19 +01:00
-webkit-box-shadow: none !important;
2018-10-23 01:13:23 +03:00
box-shadow: none !important;
color: #fff !important;
2018-10-23 01:13:23 +03:00
}
.jstree-default .jstree-wholerow-clicked {
background: #00a4dc !important;
2018-10-23 01:13:23 +03:00
}
2019-08-31 17:41:56 +03:00
.metadataSidebarIcon {
2020-01-19 15:00:37 +01:00
margin-right: 0.4em;
2019-08-31 17:41:56 +03:00
}
@media all and (min-width: 50em) {
2018-10-23 01:13:23 +03:00
.editPageSidebar {
position: fixed;
top: 5.2em;
bottom: 0;
left: 0;
width: 30%;
border-right: 1px solid #555;
display: block;
2018-10-23 01:13:23 +03:00
}
.editPageInnerContent {
float: right;
width: 68.5%;
2018-10-23 01:13:23 +03:00
}
}
@media all and (min-width: 112.5em) {
2018-10-23 01:13:23 +03:00
.editPageSidebar {
width: 25%;
2018-10-23 01:13:23 +03:00
}
.editPageInnerContent {
width: 73.5%;
2018-10-23 01:13:23 +03:00
}
2019-08-31 17:41:56 +03:00
}