diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:26:11 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-05-10 13:26:11 +0200 |
commit | 9d0fc862507e1933e447b3c3e92a438400aad263 (patch) | |
tree | c8131e06337ac4ab07d8b73276759bf540a552e4 /tpl/default/linklist.html | |
parent | c69585f30350876c3f9a9b090ff1165c3ec98b79 (diff) | |
download | Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.gz Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.tar.zst Shaarli-9d0fc862507e1933e447b3c3e92a438400aad263.zip |
Add classes to default template to avoid using IDs in SCSS
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 933c1ef2..d546be0a 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -16,7 +16,7 @@ | |||
16 | </div> | 16 | </div> |
17 | 17 | ||
18 | <input type="hidden" name="token" value="{$token}"> | 18 | <input type="hidden" name="token" value="{$token}"> |
19 | <div id="search-linklist"> | 19 | <div id="search-linklist" class="searchform-block search-linklist"> |
20 | 20 | ||
21 | <form method="GET" class="pure-form searchform" name="searchform"> | 21 | <form method="GET" class="pure-form searchform" name="searchform"> |
22 | <input type="text" tabindex="1" name="searchterm" class="searchterm" placeholder="{'Search text'|t}" | 22 | <input type="text" tabindex="1" name="searchterm" class="searchterm" placeholder="{'Search text'|t}" |