[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color for hover |
Date: |
Thu, 19 Sep 2024 02:41:51 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 61c018d1d9686a928e888747c2949cb216d49355
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Sep 4 16:44:33 2024 +0200
Cosmetic improve widget bookmark color for hover
---
html/css/style-classic7.css | 7 ++++---
include/widget/bookmark/bookmark.php | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 0c05d21e2..94bab908c 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -23,7 +23,8 @@ BODY {
padding : 0px;
margin:0px;
color:darkblue !important;
- background-color:#FCFDFD;
+ background-color:#FCFDFD;
+ --hover : rgba(108, 130, 208, 0.9);
}
input{
font-family: 'OpenSansRegular';
@@ -3634,6 +3635,6 @@ div.widget-full_size {
30% {transform:rotateY(90deg);}
60% {transform:rotateY(-90deg);}
+ }
-
- }
\ No newline at end of file
+ div.row.odd.hover:hover,div.row.even.hover:hover { background-color:
var(--hover) !important; }
\ No newline at end of file
diff --git a/include/widget/bookmark/bookmark.php
b/include/widget/bookmark/bookmark.php
index d2ebedf87..c0ce26e7b 100644
--- a/include/widget/bookmark/bookmark.php
+++ b/include/widget/bookmark/bookmark.php
@@ -51,11 +51,11 @@ class Bookmark extends Widget
$class=($p&1)?' odd ':'even';
$description=h($item['me_description']);
echo <<<EOF
-<div class="row {$class}">
+<div class="row {$class} hover">
<div class="col-3">
- <a class="mtitle" href="do.php?{$url}">{$code} </a>
+ <a class="line" href="do.php?{$url}">{$code} </a>
</div>
<div class="col-7">
- [Noalyss-commit] [noalyss] 20/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas, (continued)
- [Noalyss-commit] [noalyss] 20/86: C0MENU : bug javascript Uniquement note de débit ou crédit ne fonctionne pas, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 76/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 26/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 43/86: Fix Create user , password not set, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 02/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 14/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaît pas., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 13/86: PHP8.2 compatility : strip_tags null, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 22/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 24/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 30/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color for hover,
dwm <=
- [Noalyss-commit] [noalyss] 33/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 37/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 40/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 46/86: Bug : some db doesn't have the view v_quant_detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 49/86: Improve message, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 55/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 57/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 50/86: Translation, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 63/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 70/86: Cosmetic, dwm, 2024/09/19