Skip to content

Commit 2a4f99b

Browse files
author
Remi Caput
committed
Updated CSS for compatibility with Roundcube 8.4 Larry skin.
1 parent b44ee2f commit 2a4f99b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Purpose: Enable manual input of "From:" field input with a button next to
66
# identities list, and detect mails sent from a virtual address.
7-
# Version: 1.2
7+
# Version: 1.3
88
# Author: Rémi Caput
99
# Contact: roundcube.net [at] mirari.fr
1010
#

custom_from/custom_from.css

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,26 @@
44
** - Plugin CSS styles
55
*/
66

7-
#compose-headers td a.custom_from_hide {
7+
#compose-headers a.custom_from_hide,
8+
.compose-headers a.custom_from_hide {
89
display : none;
910
}
1011

11-
#compose-headers td a.custom_from_off {
12+
#compose-headers a.custom_from_off,
13+
.compose-headers a.custom_from_off {
1214
position : relative;
1315
top : 3px;
1416
margin : 0px 4px;
1517
}
1618

17-
#compose-headers td a.custom_from_on {
19+
#compose-headers a.custom_from_on,
20+
.compose-headers a.custom_from_on {
1821
position : relative;
1922
top : 3px;
2023
margin : 0px 4px;
2124
}
2225

23-
#compose-headers td input.custom_from {
26+
#compose-headers input.custom_from,
27+
.compose-headers input.custom_from {
2428
width : 300px;
2529
}

0 commit comments

Comments
 (0)