File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Purpose: Enable manual input of "From:" field input with a button next to
6
6
# identities list, and detect mails sent from a virtual address.
7
- # Version: 1.2
7
+ # Version: 1.3
8
8
# Author: Rémi Caput
9
9
# Contact: roundcube.net [at] mirari.fr
10
10
#
Original file line number Diff line number Diff line change 4
4
** - Plugin CSS styles
5
5
*/
6
6
7
- # compose-headers td a .custom_from_hide {
7
+ # compose-headers a .custom_from_hide ,
8
+ .compose-headers a .custom_from_hide {
8
9
display : none;
9
10
}
10
11
11
- # compose-headers td a .custom_from_off {
12
+ # compose-headers a .custom_from_off ,
13
+ .compose-headers a .custom_from_off {
12
14
position : relative;
13
15
top : 3px ;
14
16
margin : 0px 4px ;
15
17
}
16
18
17
- # compose-headers td a .custom_from_on {
19
+ # compose-headers a .custom_from_on ,
20
+ .compose-headers a .custom_from_on {
18
21
position : relative;
19
22
top : 3px ;
20
23
margin : 0px 4px ;
21
24
}
22
25
23
- # compose-headers td input .custom_from {
26
+ # compose-headers input .custom_from ,
27
+ .compose-headers input .custom_from {
24
28
width : 300px ;
25
29
}
You can’t perform that action at this time.
0 commit comments