summarylogtreecommitdiffstats
path: root/alps-fix-160.patch
diff options
context:
space:
mode:
authorÓscar García Amor2022-04-12 09:09:16 +0200
committerÓscar García Amor2022-04-12 09:09:16 +0200
commitb003a389acc16fa34e4612ed8120dd5485b21f9c (patch)
tree6182fc6bfda94638487cd31f37fd343d368601a0 /alps-fix-160.patch
parent74922425e1c08cff55532df027056f6710d7557f (diff)
downloadaur-b003a389acc16fa34e4612ed8120dd5485b21f9c.tar.gz
upgpkg: alps 2022.03.01-2
Add a fix patch for #160
Diffstat (limited to 'alps-fix-160.patch')
-rw-r--r--alps-fix-160.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/alps-fix-160.patch b/alps-fix-160.patch
new file mode 100644
index 000000000000..81e9138d8717
--- /dev/null
+++ b/alps-fix-160.patch
@@ -0,0 +1,41 @@
+--- a/themes/alps/assets/style.css 2022-03-01 11:17:34.000000000 +0100
++++ b/themes/alps/assets/style.css 2022-04-12 08:46:03.754595788 +0200
+@@ -655,8 +655,7 @@
+
+ .action-group label,
+ .action-group input,
+-.action-group textarea,
+-.action-group select {
++.action-group textarea {
+ display: block;
+ width: 100%;
+ }
+@@ -668,7 +667,8 @@
+ }
+
+ .action-group select {
+- height: 10rem;
++ display:inline-block;
++ -webkit-appearance: none;
+ }
+
+ .actions-message,
+@@ -833,7 +833,7 @@
+ input[type="submit"],
+ .button,
+ button,
+-.button-link {
++.button-link, select {
+ margin: 0;
+ cursor: pointer;
+ text-decoration: none;
+@@ -859,7 +859,8 @@
+ input[type="submit"],
+ .button,
+ button,
+-.button-link {
++.button-link,
++select {
+ background-color: #f5f5f5;
+ border: 1px solid #ddd;
+ color: black;