File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
tdb-react-components/src/css/less/component Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import {SiOpenai} from "react-icons/si"
1313import { RiSearchLine } from "react-icons/ri"
1414import { FaCog } from "react-icons/fa"
1515
16+ import logo from "../assets/logo.png"
17+
1618//User Messages
1719export const SERVER_LOADING_MESSAGE = "Setting up TerminusCMS ... "
1820export const SCHEMA_LOADING_MESSAGE = "The schema being loaded... "
@@ -27,7 +29,7 @@ export const IconBarConfig = {
2729 logo : {
2830 title : "TerminusDB" ,
2931 key :"TerminusDB" ,
30- img : < img src = "https://assets.terminusdb.com/images/terminusx-color.png" className = "logo-img" /> ,
32+ img : < img src = { logo } className = "logo-img" /> ,
3133 /*svg: <React.Fragment>
3234 <svg width="48" height="48" xmlns="http://www.w3.org/2000/svg">
3335 <g fill="#00C08B">
@@ -523,4 +525,4 @@ export const VIEW_LIST="List"
523525
524526//ERROR MESSAGE CONSTANTS
525527export const ERROR_MORE_INFO_CLASSNAME = "float-right alert_danger alert_danger_text rounded alert_danger_border"
526- export const ERROR_DOC_EXPAND_ICON_CLASSNAME = "mr-4 alert_expand_icons bg-transparent border-0 alert_danger_text"
528+ export const ERROR_DOC_EXPAND_ICON_CLASSNAME = "mr-4 alert_expand_icons bg-transparent border-0 alert_danger_text"
Original file line number Diff line number Diff line change 1313.RRT__tabs {
1414 display : flex ;
1515 flex-wrap : wrap ;
16- background : #f4f4f4 ;
17- /* border-bottom: 1px solid #ddd;
18- border-top: 1px solid #ddd;*/
16+ background : #f4f4f4 ;
1917 border-bottom : 1px solid #666666 ;
2018 min-height :45px ;
21-
2219}
2320
2421.RRT__tab {
3633.RRT__tab--selected {
3734 background : #f4f4f4 ;
3835 border-color : #f4f4f4 #f4f4f4 #ff8000 ;
39- /* color: #ff8000;*/
4036 color : #fed893 ;
4137 font-weight : 600 ;
4238}
4339
44- .RRT__panel {
40+ .RRT__panel.tdb__panel {
4541 margin-top : -1px ;
4642 padding : 1em ;
4743 border : 0px ;
You can’t perform that action at this time.
0 commit comments