mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Cursor pointer on options title for better comprehension.
This commit is contained in:
parent
9ce7eeed7e
commit
ee5282db31
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Ryzen Controller</title>
|
||||
@ -11,6 +11,10 @@
|
||||
#release-tab.uk-active {
|
||||
position:absolute;display: inline-block;width: 100%;height: 100%;
|
||||
}
|
||||
#controller-tab h3 label,
|
||||
#experimental-tab h3 label {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="uk-animation-fade" uk-height-viewport="expand: true">
|
||||
|
Loading…
Reference in New Issue
Block a user