summarylogtreecommitdiffstats
path: root/alps-fix-160.patch
diff options
context:
space:
mode:
authorÓscar García Amor2023-03-09 16:53:40 +0100
committerÓscar García Amor2023-03-09 16:53:40 +0100
commit8987b243e5c68c108566b775a9fc38790c074cb9 (patch)
tree5c9f2092f123d65794aca732dc2eb3503a060209 /alps-fix-160.patch
parent8c78ba83d147953e092df2b7f0c2181dc7a12b1a (diff)
downloadaur-8987b243e5c68c108566b775a9fc38790c074cb9.tar.gz
upgpkg: alps 2023.03.09-1
upstream release
Diffstat (limited to 'alps-fix-160.patch')
-rw-r--r--alps-fix-160.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/alps-fix-160.patch b/alps-fix-160.patch
deleted file mode 100644
index 81e9138d8717..000000000000
--- a/alps-fix-160.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- 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;