Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
de66946a
Commit
de66946a
authored
Jun 03, 2020
by
Piotr Gawron
Browse files
css to fix chrome update
parent
0dbaa2fa
Pipeline
#27521
passed with stage
in 11 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
de66946a
minerva
(
14.0.13
)
stable
;
urgency
=
medium
*
Bug
fix
:
chrome
modified
default
css
and
service
looked
ugly
in
chrome
(#
1260
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Wed
,
3
Jun
2020
17
:
00
:
00
+
0200
minerva
(
14.0.12
)
stable
;
urgency
=
medium
*
Bug
fix
:
comments
on
submaps
were
not
visible
(#
1230
)
*
Bug
fix
:
removing
comment
from
submap
did
not
work
...
...
frontend-js/src/main/css/global.css
View file @
de66946a
...
...
@@ -2,6 +2,14 @@ html {
font-size
:
14px
;
}
button
{
border-color
:
buttonface
;
}
input
{
border-color
:
initial
;
}
button
,
input
,
optgroup
,
select
,
textarea
{
color
:
inherit
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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