Skip to content

Commit 162eab8

Browse files
author
root
committed
Fixes #44
1 parent 53b2b01 commit 162eab8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Cookbook</name>
66
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
77
<description><![CDATA[A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.]]></description>
8-
<version>0.3.0</version>
8+
<version>0.3.1</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]" >Jeppe Zapp</author>
1111
<namespace>Cookbook</namespace>

css/style.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@
1212
#app-navigation .app-navigation-create {
1313
padding: 10px;
1414
}
15-
15+
#app-navigation #clear-recipe-search {
16+
border-top: 1px solid var(--color-border-dark);
17+
border-bottom: 1px solid var(--color-border-dark);
18+
padding: 0 15px;
19+
}
20+
21+
#app-navigation input:hover ~ #clear-recipe-search,
22+
#app-navigation input:focus ~ #clear-recipe-search {
23+
border-color: var(--color-primary-element);
24+
}
25+
1626
#app-navigation .app-navigation-create .button {
1727
width: 100%;
1828
padding: 6px 12px;

templates/navigation/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<option value="<?php echo $keyword['name']; ?>">
1818
<?php } ?>
1919
</datalist>
20-
<button id="clear-recipe-search" class="icon-close"></button>
20+
<a id="clear-recipe-search" class="icon-close"></a>
2121
<button class="icon-category-search" type="submit"></button>
2222
</form>
2323

0 commit comments

Comments
 (0)