Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
minerva
core
Commits
0dd0f8d2
Commit
0dd0f8d2
authored
Aug 07, 2019
by
Piotr Gawron
Browse files
this style change close icon to something ugly
parent
dc456132
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/resources/css/style.css
View file @
0dd0f8d2
...
...
@@ -48,9 +48,6 @@ html,body {
.ui-widget-header
{
border
:
none
;
background
:
#A3A3A3
;
color
:
#ffffff
;
font-weight
:
500
;
margin
:
0
;
padding
:
0
;}
.ui-widget-header
a
{
color
:
#F9F7F7
;}
/* Interaction states----------------------------------*/
.ui-state-default
,
.ui-widget-content
.ui-state-default
,
.ui-widget-header
.ui-state-default
{
border
:
none
;
background
:
#919191
;
background
:
-moz-linear-gradient
(
top
,
#B0B0B0
,
#6B6B6B
);
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#B0B0B0
),
to
(
#6B6B6B
));
font-weight
:
normal
;
color
:
#ffffff
;}
.ui-state-default
a
,
.ui-state-default
a
:link
,
.ui-state-default
a
:visited
{
color
:
#ffffff
;
text-decoration
:
none
;}
.ui-state-hover
a
,
.ui-state-hover
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
-moz-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;}
.ui-state-active
,
.ui-widget-content
.ui-state-active
,
.ui-widget-header
.ui-state-active
{
border
:
none
;
background
:
#0098CA
;
background
:
-moz-linear-gradient
(
top
,
#2DCAFF
,
#0098CA
);
background
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#2DCAFF
),
to
(
#0098CA
));
...
...
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