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 << +