Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update*.sh
4 changes: 1 addition & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[submodule "VAADIN/files"]
path = VAADIN/files
url = https://github.com/EUDAT-B2ACCESS/b2access-files.git
[submodule "VAADIN/themes/html"]
path = VAADIN/themes/html
url = https://github.com/EUDAT-B2ACCESS/b2access-theme.git
branch = dev
1 change: 0 additions & 1 deletion VAADIN/files
Submodule files deleted from 4311b4
1 change: 1 addition & 0 deletions VAADIN/files
22 changes: 10 additions & 12 deletions VAADIN/themes/common/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}

.u-header {
background: $headerBackgroundImage;
background-color: $headerBackgroundColor;
}

.u-textLarge {
Expand Down Expand Up @@ -137,14 +137,12 @@
}

.u-bigTab:hover {
background: $bigTabHoverBgImage;
box-shadow: 6px 6px 3px $shadowColor;
color: $bigTabHoverColor;
}

.u-bigTabSelected {
background: $bigTabSelectedBgImage;
color: black;
box-shadow: 6px 6px 3px $shadowColor;
background-color: $bigTabSelectedBgColor;
color: $bigTabSelectedColor;
}

.u-textCenter {
Expand Down Expand Up @@ -311,7 +309,7 @@
}

.u-link {
color : #197de1;
color : #264899;
}

.u-hidden {
Expand Down Expand Up @@ -460,7 +458,7 @@
}

.v-menubar-popup .v-menubar-menuitem .v-icon {
color: #197de1;
color: #264899
}

.u-error-icon .v-icon {
Expand Down Expand Up @@ -511,7 +509,7 @@
}

.drop-layout .v-horizontallayout-drag-center {
background-color: #197de1;
background-color: #264899
}

.drop-on {
Expand Down Expand Up @@ -606,7 +604,7 @@
}

.u-externalSignInButton {
background: #53A0C6;
background: #264899;
text-decoration: none;
color: white;
font-weight: bold;
Expand All @@ -616,8 +614,8 @@
}

.u-externalSignInButton:hover {
background: #3486AE;
color: white;
background: #264899;
color: #f45d00;
}

.u-externalGridSignInButton {
Expand Down
7 changes: 4 additions & 3 deletions VAADIN/themes/common/_configuration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ $shadowColor: #888;

$font: "Open Sans", sans-serif, Helvetica, Arial, "Lucida Grande", Geneva, Tahoma, Verdana;

$headerBackgroundImage: url(../common/img/top-bar-bg.jpg);
$bigTabHoverBgImage: url(../common/img/bigTab-bg2-gray.jpg);
$bigTabSelectedBgImage: url(../common/img/bigTab-bg2-blue.jpg);
$headerBackgroundColor: #f2f2f2;
$bigTabHoverColor: #f45d00;
$bigTabSelectedBgColor: #f2f2f2;
$bigTabSelectedColor: #264899;

$flagImageEn: url(../common/img/flag/en.png);
$flagImagePl: url(../common/img/flag/pl.png);
Expand Down
50 changes: 0 additions & 50 deletions VAADIN/themes/customTheme/customTheme.scss

This file was deleted.

Binary file removed VAADIN/themes/customTheme/favicon.ico
Binary file not shown.
Loading