@@ -145,7 +145,7 @@ div.SplitPane .horizontal {
145145
146146.pro-sidebar-content {
147147 border-right : 1px solid # 303030 ;
148- background : # 000000 ;
148+ background : # 1a1919 ;
149149}
150150/* ---------- Split Pane resizing css ---------- */
151151
@@ -161,7 +161,7 @@ div.progress-bar-container {
161161}
162162/* ---------- progress bar css ---------- */
163163
164- /* ---------- icon bar css ---------- */
164+ /* ---------- icon bar css ---------- */ x
165165.nav-bar-row {
166166 height : -webkit-fill-available;
167167}
@@ -296,28 +296,6 @@ div.progress-bar-container {
296296 min-width : "33.333333%"
297297}
298298
299- /*.table {
300- border: 0px solid transparent !important;
301- table-layout: fixed;
302- margin-left: auto;
303- margin-right: auto;
304- background-color: transparent!important;
305- }
306-
307- .table td, .table th {
308- border-top: 0 !important;
309-
310- word-break: break-all !important;
311- }
312-
313- .table thead th, .member-headers {
314- color: #a3b6ca !important;
315- }
316-
317- .table > :not(:first-child) {
318- border-top: 0 !important;
319- }*/
320-
321299.RRT__tab {
322300 background : transparent !important ;
323301 border-style : solid;
@@ -1072,14 +1050,19 @@ pre.CodeMirror-line > span > span.cm-string {
10721050 max-width : 100% ;
10731051 }
10741052
1053+ .mainGraphIql {
1054+ height : calc (100vh - 80px );
1055+ }
10751056
1076- .table td {
1077- white-space : nowrap;
1078- overflow : hidden;
1079- text-overflow : ellipsis;
1080- max-width : 200px ;
1057+ .mainGraphIqlCR {
1058+ height : calc (100vh - 150px );
1059+ }
1060+
1061+ .graphiql-container {
1062+ background-color : transparent !important ;
10811063}
10821064
1065+ /*
10831066.graphiql-container .graphiql-chevron-icon{
10841067 color:white;
10851068}
@@ -1093,7 +1076,6 @@ button.graphiql-tab-add>svg
10931076 color:white;
10941077}
10951078
1096-
10971079.graphiql-query-editor{
10981080 width: 100%;
10991081 height: 100%;
@@ -1107,14 +1089,6 @@ button.graphiql-tab-add>svg
11071089 height: 100%;
11081090}
11091091
1110- .mainGraphIql {
1111- height : calc (100vh - 80px );
1112- }
1113-
1114- .mainGraphIqlCR {
1115- height : calc (100vh - 150px );
1116- }
1117-
11181092.graphiql-session{
11191093 height : 100%;
11201094}
@@ -1144,6 +1118,8 @@ button.graphiql-tab-add>svg
11441118 width: 100%;
11451119}
11461120
1121+ /* ---- end ---*/
1122+
11471123# json_type_field-warning-box svg {
11481124 height : 15px ;
11491125 width : 15px ;
@@ -1201,44 +1177,12 @@ button.graphiql-tab-add>svg
12011177 background-color : # adb5bd !important ;
12021178}
12031179
1204- /*.MuiButton-contained {
1205- background-color: #a9a7a5;
1206- }
1207- .MuiButton-containedPrimary {
1208- color: #fff;
1209- background-color: #3f51b5;
1210- }
1211- .MuiButton-containedSecondary {
1212- color: #fff;
1213- background-color: #f50057;
1214- }
1215-
1216- .group {
1217- background: transparent !important;
1218- border: 1px solid #dee2e6 !important;
1219- }
1220-
1221- .rule_group{
1222- background-color: white;
1223- }
1224-
1225- .MuiButton-text{
1226- color: rgb(0, 188, 140)!important;
1227- margin-right: 20px;
1228- }
1229- .MuiInputBase-input{
1230- min-height: 20px !important;
1231- }*/
1232-
1233- /*.qb-lite .group--drag-handler, .qb-lite .group--actions {
1234- transition: opacity 0.2s;
1235- }*/
12361180.qb-lite .group--header : hover .group--header .group--drag-handler , .qb-lite .group--header : hover .group--header .group--actions ,
12371181.qb-lite .group--header : not (: hover ) .group--drag-handler ,
12381182.qb-lite .group--header : not (: hover ) .group--actions ,
12391183.qb-lite .rule_group : not (: hover ) .group--drag-handler ,
12401184.qb-lite .rule_group : not (: hover ) .group--actions {
1241- opacity : 1 ;https : //github.com/terminusdb/terminusdb-dashboard/blob/main/packages/tdb-dashboard/src/App.css
1185+ opacity : 1 ;
12421186}
12431187
12441188.accordion {
@@ -1449,4 +1393,33 @@ button.graphiql-tab-add>svg
14491393 height : "1.5rem"
14501394}
14511395
1396+ /* table CSS */
1397+ .table td {
1398+ white-space : nowrap;
1399+ overflow : hidden;
1400+ text-overflow : ellipsis;
1401+ max-width : 200px ;
1402+ }
1403+
1404+ .table {
1405+ border : 0px solid transparent !important ;
1406+ table-layout : fixed;
1407+ margin-left : auto;
1408+ margin-right : auto;
1409+ background-color : transparent!important ;
1410+ }
1411+
1412+ .table td , .table th {
1413+ border-top : 0 !important ;
1414+ word-break : break-all !important ;
1415+ }
1416+
1417+ .table thead th , .member-headers {
1418+ color : # a3b6ca !important ;
1419+ }
1420+
1421+ .table > : not (: first-child ) {
1422+ border-top : 0 !important ;
1423+ }
1424+
14521425
0 commit comments