Cosmetic improve widget bookmark color for hover
This commit is contained in:
parent
64e8fe3675
commit
ce41e75a92
2 changed files with 6 additions and 5 deletions
|
|
@ -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);}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; }
|
||||
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue