Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
54465a80
Commit
54465a80
authored
Sep 27, 2018
by
Piotr Gawron
Browse files
unused old css removed
parent
6c886898
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/resources/css/style.css
View file @
54465a80
...
...
@@ -273,9 +273,6 @@ font-weight:normal;color:#ffffff;}
.ui-tabs-nav.ui-corner-all
{
border-bottom
:
none
!important
;}
/* Overlays */
.ui-widget-overlay
{
background
:
#aaaaaa
url("#{request.contextPath}/javax.faces.resource/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png.xhtml?ln=primefaces-home")
50%
top
repeat-x
;
opacity
:
.30
;
filter
:
Alpha
(
Opacity
=
30
);}
.ui-widget-shadow
{
margin
:
-8px
0
0
-8px
;
padding
:
8px
;
background
:
#aaaaaa
url("#{request.contextPath}/javax.faces.resource/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png.xhtml?ln=primefaces-home")
50%
top
repeat-x
;
opacity
:
.20
;
filter
:
Alpha
(
Opacity
=
20
);
-moz-border-radius
:
0px
;
-webkit-border-radius
:
0px
;
border-radius
:
0px
;}
/* PrimeFaces Extensions */
.ui-inputfield
,
.ui-widget-content
.ui-inputfield
,
.ui-widget-header
.ui-inputfield
{
background
:
#ffffff
;
-moz-box-shadow
:
inset
0
2px
2px
#8f8f8f
;
-webkit-box-shadow
:
inset
0
2px
2px
#8f8f8f
;
box-shadow
:
inset
0
2px
2px
#8f8f8f
;
color
:
#222222
;}
.ui-inputfield.ui-state-focus
,
.ui-widget-content
.ui-inputfield.ui-state-focus
,
.ui-widget-header
.ui-inputfield.ui-state-focus
{
-moz-box-shadow
:
0px
0px
5px
#000000
,
inset
0
2px
2px
#8f8f8f
;
-webkit-box-shadow
:
0px
0px
5px
#000000
,
inset
0
2px
2px
#8f8f8f
;
box-shadow
:
0px
0px
5px
#000000
,
inset
0
2px
2px
#8f8f8f
;}
...
...
Write
Preview
Markdown
is supported
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