mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Toolbar changed to flat black
This commit is contained in:
parent
9cae64b8c0
commit
511b5ab809
@ -5,20 +5,7 @@
|
|||||||
div#header {
|
div#header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: @header-height;
|
height: @header-height;
|
||||||
background: #393939;
|
background: #202020;
|
||||||
/* Old browsers */
|
|
||||||
background: -moz-linear-gradient(top, #393939 0%, #000000 100%);
|
|
||||||
/* FF3.6+ */
|
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #393939), color-stop(100%, #000000));
|
|
||||||
/* Chrome,Safari4+ */
|
|
||||||
background: -webkit-linear-gradient(top, #393939 0%, #000000 100%);
|
|
||||||
/* Chrome10+,Safari5.1+ */
|
|
||||||
background: -o-linear-gradient(top, #393939 0%, #000000 100%);
|
|
||||||
/* Opera11.10+ */
|
|
||||||
background: -ms-linear-gradient(top, #393939 0%, #000000 100%);
|
|
||||||
/* IE10+ */
|
|
||||||
background: linear-gradient(top, #393939 0%, #000000 100%);
|
|
||||||
/* W3C */
|
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user