Skip to content

Commit a4e8446

Browse files
author
arnau march
committed
Updated latest shared/style folders from gaia
1 parent 1b7c7c3 commit a4e8446

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed
-2 Bytes
Loading
107 Bytes
Loading
159 Bytes
Loading
135 Bytes
Loading

style_unstable/buttons.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ li [role="button"].icon-view:active {
174174
li button.icon-view:before,
175175
li [role="button"].icon-view:before {
176176
background-image: url(buttons/images/next.png);
177-
right: 0rem;
177+
right: 0;
178178
}
179179

180180
li button.icon-dialog:before,
@@ -332,7 +332,7 @@ html[dir="rtl"] li .icon-view[role="button"] {
332332

333333
html[dir="rtl"] li button.icon-view:before,
334334
html[dir="rtl"] li .icon-view[role="button"]:before {
335-
left: 0rem;
335+
left: 0;
336336
right: auto;
337337
transform: rotate(180deg);
338338
}

style_unstable/input_areas.css

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ textarea {
2626
margin: 0 0 1rem 0;
2727
}
2828

29+
label:active {
30+
background-color: transparent;
31+
}
32+
2933
textarea {
3034
height: 10rem;
3135
max-height: 10rem;

0 commit comments

Comments
 (0)