File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 2323 body {
2424 margin : 0px ;
2525 }
26+ # app-icon {
27+ color : # 000 ;
28+ background-color : orange;
29+ font-weight : bold;
30+ font-size : 11pt ;
31+ padding : 0px 2px 0px 2px ;
32+ }
2633 # toolbar {
2734 margin-top : 5px ;
2835 padding : 0px ;
3340 color : dodgerblue;
3441 text-decoration : none;
3542 margin : 0px ;
36- padding-left : 5px ;
37- padding-right : 5px ;
38- padding-bottom : 3px ;
43+ padding : 0px 5px 3px 5px ;
3944 }
4045 # title {
4146 margin : 0px ;
6368 < option value =".csv "> csv</ option >
6469 </ select >
6570 </ div >
66- < div > 🈸
71+ < div >
72+ < span id ="app-icon "> 🈸</ span >
6773 < a id ="title " title ="Load data view config " href ="# " onclick ="loadConfig() "> ...</ a >
6874 < select id ="table-selector " style ="display: none; " onChange ="loadTableData() ">
6975 </ select >
7076 <!-- |
7177 <a title="Undo" href="#" onclick="undoConfig()"> ↩ </a>
7278 <a title="Redo" href="#" onclick="redoConfig()"> ↪ </a>
7379 -->
74- < a title ="Refresh data " href ="# " onclick ="reloadData() "> 🔃 </ a >
80+ < a style =" color: orange; " title ="Refresh data " href ="# " onclick ="reloadData() "> 🔃 </ a >
7581 </ div >
7682 </ div >
7783 < perspective-viewer id ="data-viewer " view ="grid "> </ perspective-viewer >
You can’t perform that action at this time.
0 commit comments