noalyss-commit
[Top][All Lists]
Advanced

[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">
         



reply via email to

[Prev in Thread] Current Thread [Next in Thread]