[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 27/86: Cosmetic improve widget bookmark color
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 27/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 ce41e75a928bfab703a4d987c9a84140b9cdd197
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] branch unstable updated (ae29565cf -> 852cddcc1), dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 01/86: Bug : fix create event from AGENDA, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 04/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 10/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 12/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaƮt pas., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 15/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 06/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 09/86: C0OPT1 , C1MENU : improve doc, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 16/86: wip : cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 27/86: Cosmetic improve widget bookmark color for hover,
dwm <=
- [Noalyss-commit] [noalyss] 32/86: RECONCILE : fix bug : sum incorrect if several items RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 41/86: Bug : some db doesn't have the view v_quant_detail, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 42/86: Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 03/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 35/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 31/86: RECONCILE : fix bug : sum incorrect if several items, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 07/86: C0OPT1 , C1MENU : improve doc, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 05/86: C0OPT1 , C1MENU : improve doc, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 23/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 28/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19