Using form-themed class for user preferences

This commit is contained in:
Bruno Alves de Faria 2017-09-01 10:19:48 -03:00
parent f41b154d00
commit 1b0c1d9a3d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template name="hotkeysForm">
{{#form (extend this api=instance.api)}}
{{#form (extend this api=instance.api class='form-themed')}}
<div class="form-content">
{{#let lists=getHotkeyInputInformationLists}}
<div class="row">

View File

@ -1,5 +1,5 @@
<template name="windowLevelPresetsForm">
{{#form (extend this api=instance.api)}}
{{#form (extend this api=instance.api class='form-themed')}}
<div class="form-content">
<table class="full-width">
<thead>