Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Änderungen von Jan 30.07.2020 #5

Merged
merged 1 commit into from Aug 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
176 changes: 175 additions & 1 deletion css/_atlaskit_overrides.scss
@@ -1,3 +1,29 @@
.tOoji {
color: black !important;
background-color: white !important;

a {
color:#4C9AFF;
}
a:hover {
color:#2684FF;
}
a:active {
color:#4C9AFF;
}
a:focus {
outline-color:#2684FF;
}

h1, h2, h3, h4, h5, h6 {
color:#B8C7E0;
}

small {
color:#8C9CB8;
}
}

/**
* Move the @atlaskit/flag container up a little bit so it does not cover the
* toolbar with the first notification.
Expand All @@ -15,6 +41,137 @@
-webkit-animation: cbfRuT 0s !important;
}

.eoRGoR {
background-color: $ADFC-lightGrey !important;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(115,115,115,0.08),0 2px 1px rgba(115,115,155,0.08), 0 0 20px -6px rgba(115,115,115,0.31) !important;
color: $ADFC-color !important;
}

/* Tab */
.iphdyc {

/* Active Tab */
.detEWQ {
background-color: $ADFC-blue;
color: white;
border-radius: 5px 5px 0 0;

&:hover {
background-color: darken( $ADFC-blue, 10% );
color: white;
}
}

/* Inactive Tab */
.goIJer {
background-color: $ADFC-orange;
color: white;
border-radius: 5px 5px 0 0;

&:hover {
background-color: darken( $ADFC-orange, 10% );
color: white;
}
}
}

/* Textbox */
.hqyPWx {
background-color: white;
border-color: $ADFC-blue;

&:hover, &:active {
background-color: darken( $ADFC-orange, 10% );
color: white;
}
}

.iqNwPx {
color: $ADFC-blue !important;
}

.bHNyBH {
background-color:$ADFC-blue !important;
}

.oQiLZ {
color: $ADFC-orange !important;
}

.ybfvp {
background-color: $ADFC-blue !important;
}

button.iuZaWk {
color: $buttonColor !important;
background-color: $buttonBackground !important;

&:hover {
background-color: darken( $buttonBackground, 10% ) !important;
}
}

button.dhygeq {
color: $buttonColor !important;
background-color: darken( $buttonBackground, 10% ) !important;

&:hover {
background-color: darken( $buttonBackground, 10% ) !important;
}
}

h4.jUctfm {
color: $ADFC-blue;
}

/* Ok-Button */
button.jnSiSs {
color: $buttonPrimaryColor !important;
background-color: $buttonPrimaryBackground !important;
background: $buttonPrimaryBackground !important;
}

button.kCrkDy {
color: $buttonColor !important;
background-color: $buttonPrimaryHoverBackground !important;
background: $buttonPrimaryHoverBackground !important;
}

/* Cancel-Button */
button.lgCCLh {
color: $buttonSecondaryColor !important;
background-color: $buttonSecondaryBackground !important;
background: $buttonSecondaryBackground !important;
}

button.cIYSWk {
color: $buttonSecondaryColor !important;
background-color: $buttonSecondaryHoverBackground !important;
background: $buttonSecondaryHoverBackground !important;
}

button.gUwyVH {
color: $buttonSecondaryColor !important;
background: $buttonSecondaryBackground;
}

div.jsYMHu {
background-color: white;
color: $ADFC-blue;
border-color: darken( $ADFC-orange, 10% );
}

div.deuJGG {
border-color: darken( $ADFC-orange, 20% );
}

input.GVpqe {
background-color: white;
color: $ADFC-blue;
border-color: darken( $ADFC-orange, 10% );
}

.modal-dialog-form {
/**
* Update the @atlaskit/dropdown-menu trigger wrapper to make sure it looks
Expand All @@ -29,7 +186,7 @@
* dropdown backgrounds clash with the modal backgrounds.
*/
.cksvax[data-role=droplistContent] {
border: 1px solid #455166;
border: 1px solid darken( $ADFC-darkGrey, 20% );
}
}

Expand All @@ -48,3 +205,20 @@
.toolbox-button-wth-dialog .eYJELv {
max-height: initial;
}

.cliqcn .izxwZe {
color: $ADFC-blue;
}

.modal-dialog-form .hRySvC {
color: $ADFC-blue;

.bmtzwF {
color: white;
background: $ADFC-blue;
}

.cliqcn .izxwZe, .modal-dialog-form .hRySvC, div.jsYMHu, h4.jUctfm, input.GVpqe {
color: $ADFC-blue;
}
}
2 changes: 1 addition & 1 deletion css/_aui_reset.scss
Expand Up @@ -219,7 +219,7 @@ abbr {
}

a {
color: #3572b0;
color: $ADFC-orange;
text-decoration: none;
}
a:focus,
Expand Down