From c2b282b36a8137a8f72ba031297bf4ea4dd35c9b Mon Sep 17 00:00:00 2001 From: Luca Trupiano Date: Mon, 6 May 2024 20:56:31 +0200 Subject: [PATCH] Prime modifiche estetiche --- yasgui/index.html | 35 ++++++++++++---------------- yasgui/yasgui.mio.css | 53 ++++++++++++++++++++++++------------------- 2 files changed, 45 insertions(+), 43 deletions(-) diff --git a/yasgui/index.html b/yasgui/index.html index 1055364..d2e43b5 100644 --- a/yasgui/index.html +++ b/yasgui/index.html @@ -8,7 +8,16 @@ - + + + + + + + @@ -23,10 +32,14 @@ LiDa - - SPARQL query editor - - - - diff --git a/yasgui/yasgui.mio.css b/yasgui/yasgui.mio.css index 0c94ee3..b78e013 100644 --- a/yasgui/yasgui.mio.css +++ b/yasgui/yasgui.mio.css @@ -37,6 +37,10 @@ } /* + +#337ab7 --> #325a7d +#d1d1d1 + .yasr a { color: #428bca; text-decoration: none @@ -74,7 +78,7 @@ } .yasr .yasr_btnGroup .yasr_btn.selected { - border-bottom: 2px solid #337ab7 + border-bottom: 2px solid #325a7d } @media ( max-width :768px) { @@ -167,8 +171,8 @@ } .yasr .yasr_btn.selected, .yasr .yasr_btn:focus { - color: #337ab7; - fill: #337ab7 + color: #325a7d; + fill: #325a7d } .yasr .space_element { @@ -933,22 +937,22 @@ table.dataTable, table.dataTable td, table.dataTable th { } .yasr .yasr_results .yasr_btn.overlay_btn { - border: 1px solid #337ab7; + border: 1px solid #325a7d; background: #fff; - color: #337ab7; + color: #325a7d; padding: 10px; margin: 10px } .yasr .yasr_results .yasr_btn.overlay_btn svg { margin-left: .5rem; - fill: #337ab7; - color: #337ab7 + fill: #325a7d; + color: #325a7d } .yasr .yasr_results .yasr_btn.overlay_btn:hover { color: #255681; - border-color: #337ab7; + border-color: #325a7d; fill: #255681 } @@ -1566,11 +1570,14 @@ span.CodeMirror-selectedtext { } .yasqe .resizeChip { - width: 20%; - height: 4px; - background-color: #d1d1d1; + width: 80%; visibility: hidden; - border-radius: 2px + border-bottom-width: 8px !important; + border-bottom-style: double !important; + border-bottom-color: #cbcbc0 !important; +/* background-color: #d1d1d1; + height: 4px; + border-radius: 2px */ } .yasqe:hover .resizeChip { @@ -1616,8 +1623,8 @@ span.CodeMirror-selectedtext { .yasqe .yasqe_btn.selected, .yasqe .yasqe_btn:focus { color: #fff; outline: 0; - background-color: #337ab7; - border-color: #337ab7 + background-color: #325a7d; + border-color: #325a7d } .yasqe .yasqe_btn.btn_icon:focus { @@ -1945,8 +1952,8 @@ li.CodeMirror-hint-active { } .yasgui .tabMenu .requestConfigWrapper .selectorButton.selected { - color: #337ab7; - border-bottom: 2px solid #337ab7 + color: #325a7d; + border-bottom: 2px solid #325a7d } .yasgui .tabMenu .requestConfigWrapper .selectorButton:focus { @@ -2038,7 +2045,7 @@ li.CodeMirror-hint-active { } .yasgui .autocomplete:focus { - border-color: #337ab7; + border-color: #325a7d; background: none; outline: none } @@ -2263,7 +2270,7 @@ li.CodeMirror-hint-active { padding: 0 5px 2px; background: inherit; border: none; - color: #337ab7 + color: #325a7d } .yasgui .tabsList .addTab:focus-visible, .yasgui .tabsList .addTab:hover @@ -2346,7 +2353,7 @@ to { } .yasgui .tabsList .tab:hover .loader { - background-color: #337ab7 + background-color: #325a7d } .yasgui .tabsList .tab.querying .loader { @@ -2354,7 +2361,7 @@ to { } .yasgui .tabsList .tab.active a { - border-bottom-color: #337ab7; + border-bottom-color: #325a7d; color: #555 } @@ -2411,7 +2418,7 @@ to { /* .yasgui a { - color: #337ab7; + color: #325a7d; text-decoration: none } */ @@ -2455,13 +2462,13 @@ to { .yasgui .yasgui_textfield>input:focus, .yasgui .yasgui_textfield>textarea:focus { - border-color: #337ab7; + border-color: #325a7d; border-width: 2px } .yasgui .yasgui_textfield>input:focus ~label, .yasgui .yasgui_textfield>textarea:focus ~label { - color: #337ab7 + color: #325a7d } .modal-dialog.google-visualization-charteditor-dialog {