@@ -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}
@@ -1107,14 +1090,6 @@ button.graphiql-tab-add>svg
11071090 height: 100%;
11081091}
11091092
1110- .mainGraphIql {
1111- height : calc (100vh - 80px );
1112- }
1113-
1114- .mainGraphIqlCR {
1115- height : calc (100vh - 150px );
1116- }
1117-
11181093.graphiql-session{
11191094 height : 100%;
11201095}
@@ -1144,6 +1119,8 @@ button.graphiql-tab-add>svg
11441119 width: 100%;
11451120}
11461121
1122+ /* ---- end ---*/
1123+
11471124# json_type_field-warning-box svg {
11481125 height : 15px ;
11491126 width : 15px ;
@@ -1201,44 +1178,12 @@ button.graphiql-tab-add>svg
12011178 background-color : # adb5bd !important ;
12021179}
12031180
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- }*/
12361181.qb-lite .group--header : hover .group--header .group--drag-handler , .qb-lite .group--header : hover .group--header .group--actions ,
12371182.qb-lite .group--header : not (: hover ) .group--drag-handler ,
12381183.qb-lite .group--header : not (: hover ) .group--actions ,
12391184.qb-lite .rule_group : not (: hover ) .group--drag-handler ,
12401185.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
1186+ opacity : 1 ;
12421187}
12431188
12441189.accordion {
@@ -1449,4 +1394,33 @@ button.graphiql-tab-add>svg
14491394 height : "1.5rem"
14501395}
14511396
1397+ /* table CSS */
1398+ .table td {
1399+ white-space : nowrap;
1400+ overflow : hidden;
1401+ text-overflow : ellipsis;
1402+ max-width : 200px ;
1403+ }
1404+
1405+ .table {
1406+ border : 0px solid transparent !important ;
1407+ table-layout : fixed;
1408+ margin-left : auto;
1409+ margin-right : auto;
1410+ background-color : transparent!important ;
1411+ }
1412+
1413+ .table td , .table th {
1414+ border-top : 0 !important ;
1415+ word-break : break-all !important ;
1416+ }
1417+
1418+ .table thead th , .member-headers {
1419+ color : # a3b6ca !important ;
1420+ }
1421+
1422+ .table > : not (: first-child ) {
1423+ border-top : 0 !important ;
1424+ }
1425+
14521426
0 commit comments