Skip to content

Commit

Permalink
Update poradnia/static/ and package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 6e58c87 commit c99679a
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 211 deletions.
67 changes: 27 additions & 40 deletions poradnia/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9465,6 +9465,7 @@ div.dt-buttons {
div.dt-buttons .dt-button {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

div.dt-button-info {
Expand Down Expand Up @@ -9510,10 +9511,13 @@ button.dtb-hide-drop {

div.dt-button-collection-title {
text-align: center;
padding: 0.3em 0 0.5em;
padding: 0.3em 0.5em 0.5em;
margin-left: 0.5em;
margin-right: 0.5em;
font-size: 0.9em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

div.dt-button-collection-title:empty {
Expand Down Expand Up @@ -9604,27 +9608,16 @@ div.dt-button-collection span.dt-button-spacer.bar {
padding-left: 0;
}

@media print {
table.dataTable tr > * {
box-shadow: none !important;
}
}
html.dark div.dt-button-info {
background-color: var(--dt-html-background);
border: 1px solid rgba(255, 255, 255, 0.15);
}

div.dt-buttons {
float: left;
}

div.dt-buttons.buttons-right {
float: right;
}

div.dataTables_layout_cell div.dt-buttons {
float: none;
}

div.dataTables_layout_cell div.dt-buttons.buttons-right {
float: none;
}

div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
position: relative;
Expand All @@ -9642,8 +9635,7 @@ div.dt-buttons > div.dt-button-split .dt-button {
color: inherit;
white-space: nowrap;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.1);
/* Fallback */
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
-webkit-user-select: none;
Expand All @@ -9667,8 +9659,7 @@ div.dt-buttons > div.dt-button-split .dt-button.disabled {
div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
background-color: rgba(0, 0, 0, 0.1);
/* Fallback */
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
box-shadow: inset 1px 1px 3px #999999;
Expand All @@ -9677,8 +9668,7 @@ div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled)
div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
box-shadow: inset 1px 1px 3px #999999;
background-color: rgba(0, 0, 0, 0.1);
/* Fallback */
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}
Expand All @@ -9691,15 +9681,14 @@ div.dt-buttons > div.dt-button-split .dt-button:hover {
div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
border: 1px solid #666;
background-color: rgba(0, 0, 0, 0.1);
/* Fallback */
background-color: rgba(0, 0, 0, 0.1); /* Fallback */
background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}
div.dt-buttons > .dt-button:focus:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
outline: 2px solid #3584e4;
outline: 2px solid rgb(53, 132, 228);
}
div.dt-buttons > .dt-button embed,
Expand Down Expand Up @@ -9777,8 +9766,10 @@ div.dt-button-collection .dt-button {
left: 0;
right: 0;
width: 100%;
display: block;
display: flex;
float: none;
justify-content: space-between;
align-items: center;
background: none;
margin: 0;
padding: 0.5em 1em;
Expand Down Expand Up @@ -9882,9 +9873,7 @@ div.dt-button-collection.fixed > :last-child {
div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
display: block !important;
-moz-column-gap: 8px;
-ms-column-gap: 8px;
-o-column-gap: 8px;
column-gap: 8px;
column-gap: 8px;
}
div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
Expand Down Expand Up @@ -9986,10 +9975,8 @@ div.dt-button-background {
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
/* Fallback */
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
/* W3C Markup, IE10 Release Preview */
background: rgba(0, 0, 0, 0.7); /* Fallback */
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C Markup, IE10 Release Preview */
z-index: 2001;
}
Expand All @@ -10007,7 +9994,7 @@ div.dt-button-background {
box-sizing: border-box;
display: block;
content: " ";
border: 2px solid #282828;
border: 2px solid rgb(40, 40, 40);
border-radius: 50%;
border-left-color: transparent;
border-right-color: transparent;
Expand All @@ -10026,7 +10013,7 @@ div.dt-button-background {
}
html.dark div.dt-buttons > .dt-button,
html.dark div.dt-buttons > div.dt-button-split .dt-button {
border: 1px solid #595b5e;
border: 1px solid rgb(89, 91, 94);
background: rgba(255, 255, 255, 0.15);
}
Expand All @@ -10049,24 +10036,24 @@ html.dark div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
html.dark div.dt-buttons > .dt-button:focus:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
outline: 2px solid #6ea8fe;
outline: 2px solid rgb(110, 168, 254);
}
html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child {
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
border-right: 1px solid #595b5e;
border-right: 1px solid rgb(89, 91, 94);
}
html.dark div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
border-left: 1px solid #595b5e;
border-left: 1px solid rgb(89, 91, 94);
}
html.dark div.dt-button-collection {
border: 1px solid rgba(255, 255, 255, 0.15);
background-color: #212529;
background-color: rgb(33, 37, 41);
box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
}
@charset "UTF-8";
Expand Down
2 changes: 1 addition & 1 deletion poradnia/static/css/style.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit c99679a

Please sign in to comment.