mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
Update style to visualize clickable items.
This commit is contained in:
parent
0b1296cc86
commit
3007d1a9f6
@ -60,6 +60,11 @@ TopWidget QToolButton:pressed {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TopWidget QToolButton::hover {
|
||||||
|
border: 1px solid #3366CC;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
TopWidget QToolButton::menu-button {
|
TopWidget QToolButton::menu-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: rgba(0, 0, 0, 0);
|
background: rgba(0, 0, 0, 0);
|
||||||
|
@ -162,6 +162,10 @@ button {
|
|||||||
color: white;
|
color: white;
|
||||||
background: blue;
|
background: blue;
|
||||||
}
|
}
|
||||||
|
details:hover {
|
||||||
|
background-color: #d9e9ff;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body onload="init()">
|
<body onload="init()">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user