Cursor pointer on options title for better comprehension.

This commit is contained in:
Quentin Decaunes 2019-03-23 17:15:15 +01:00
parent 9ce7eeed7e
commit ee5282db31

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Ryzen Controller</title> <title>Ryzen Controller</title>
@ -11,6 +11,10 @@
#release-tab.uk-active { #release-tab.uk-active {
position:absolute;display: inline-block;width: 100%;height: 100%; position:absolute;display: inline-block;width: 100%;height: 100%;
} }
#controller-tab h3 label,
#experimental-tab h3 label {
cursor: pointer;
}
</style> </style>
</head> </head>
<body class="uk-animation-fade" uk-height-viewport="expand: true"> <body class="uk-animation-fade" uk-height-viewport="expand: true">