updated background color to gwtDialoogNew
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@128596 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b83a0a83b3
commit
8bd79e021d
|
@ -1,7 +1,7 @@
|
||||||
@CHARSET "UTF-8";
|
@CHARSET "UTF-8";
|
||||||
|
|
||||||
.gwt-DialogBoxNew{
|
.gwt-DialogBoxNew{
|
||||||
border: 8px solid #dfe8f6;
|
border: 8px solid #99C0E8;
|
||||||
border-radius: 6px 6px 6px 6px;
|
border-radius: 6px 6px 6px 6px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
line-height: 7px;
|
line-height: 7px;
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.gwt-DialogBoxNew .Caption {
|
.gwt-DialogBoxNew .Caption {
|
||||||
background: none repeat scroll 0 0 #dfe8f6;
|
background: none repeat scroll 0 0 #99C0E8;
|
||||||
border: medium none #D4D4D4;
|
border: medium none #D4D4D4;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
font-family: Arial Unicode MS, Arial, sans-serif !important;
|
font-family: Arial Unicode MS, Arial, sans-serif !important;
|
||||||
|
|
Loading…
Reference in New Issue