Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
9b56bbd9
Commit
9b56bbd9
authored
Nov 21, 2020
by
Volker Krause
Browse files
Fix CSS from HTML emails messing up the layout of our buttons
parent
628c0a1d
Pipeline
#41737
failed with stage
in 6 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewer/bodypartformatter/itinerary/templates/itinerary.html
View file @
9b56bbd9
...
...
@@ -4,7 +4,7 @@ a.itineraryButton {
margin-top
:
6px
;
margin-bottom
:
6px
;
padding
:
0px
1px
1px
0px
;
display
:
inline-block
;
display
:
inline-block
!important
;
cursor
:
default
;
user-select
:
none
;
vertical-align
:
top
;
...
...
@@ -20,6 +20,7 @@ a.itineraryButton span {
}
a
.itineraryButton
span
img
{
vertical-align
:
sub
;
display
:
inline-block
!important
;
}
a
.itineraryButton
:hover
span
{
border-color
:
{%
colorMix
style
.
viewScheme
.
hoverColor
palette
.
buttonText
0.15
%
}
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment