Update style to visualize clickable items.

This commit is contained in:
Matthieu Gautier 2018-12-02 17:11:00 +01:00
parent 0b1296cc86
commit 3007d1a9f6
2 changed files with 9 additions and 0 deletions

View File

@ -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);

View File

@ -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()">