hover rangée
davvalent

davvalent commited on 2022-05-16 05:34:07
Showing 2 changed files, with 8 additions and 2 deletions.

... ...
@@ -13,6 +13,12 @@ h1 {
13 13
   margin: 0;
14 14
   border-bottom: 2px solid #d1d1d1;
15 15
   padding-bottom: 0.5rem;
16
-}.yasgui .autocompleteWrapper {
16
+}
17
+
18
+/* yasgui tweaks */
19
+.yasgui .autocompleteWrapper {
17 20
   display: none !important;
18 21
 }
22
+.yasr .dataTables_wrapper .dataTable tbody tr:hover {
23
+	background-color: #ffff99;
24
+}
19 25
\ No newline at end of file
... ...
@@ -9,8 +9,8 @@
9 9
   <meta name="robots" content="nofollow"/>
10 10
   <title>QDMTL : point d’accès SPARQL</title>
11 11
   <link href="css/normalize.css" rel="stylesheet"/>
12
-  <link href="css/style.css" rel="stylesheet"/>
13 12
   <link href="css/yasgui.min.css" rel="stylesheet"/>
13
+  <link href="css/style.css" rel="stylesheet"/>
14 14
   <script src="js/yasgui.min.js"></script>
15 15
   <script type="application/ld+json">
16 16
     {
17 17