mirror of
https://github.com/tabler/tabler.git
synced 2026-08-17 08:33:51 +04:00
Release 1.0.0-alpha.18
This commit is contained in:
Vendored
+26
-7
@@ -1,6 +1,6 @@
|
||||
/*!
|
||||
* Tabler v1.0.0-alpha.17 (https://tabler.io)
|
||||
* @version 1.0.0-alpha.17
|
||||
* Tabler v1.0.0-alpha.18 (https://tabler.io)
|
||||
* @version 1.0.0-alpha.18
|
||||
* @link https://tabler.io
|
||||
* Copyright 2018-2020 The Tabler Authors
|
||||
* Copyright 2018-2020 codecalm.net Paweł Kuna
|
||||
@@ -1319,8 +1319,8 @@ progress {
|
||||
.table > :not(caption) > * > *, .markdown > table > :not(caption) > * > * {
|
||||
padding: 0.5rem 0.5rem;
|
||||
background-color: var(--tblr-table-bg);
|
||||
background-image: linear-gradient(var(--tblr-table-accent-bg), var(--tblr-table-accent-bg));
|
||||
border-bottom-width: 1px; }
|
||||
border-bottom-width: 1px;
|
||||
box-shadow: inset 0 0 0 9999px var(--tblr-table-accent-bg); }
|
||||
.table > tbody, .markdown > table > tbody {
|
||||
vertical-align: inherit; }
|
||||
.table > thead, .markdown > table > thead {
|
||||
@@ -2224,7 +2224,7 @@ textarea.form-control-lg {
|
||||
border: 1px solid rgba(101, 109, 119, 0.16);
|
||||
border-radius: 3px; }
|
||||
.dropdown-menu[style] {
|
||||
right: auto !important; }
|
||||
right: auto/* rtl:ignore */ !important; }
|
||||
|
||||
.dropdown-menu-start {
|
||||
--bs-position: start;
|
||||
@@ -4283,7 +4283,7 @@ textarea.form-control-lg {
|
||||
z-index: 1020; } }
|
||||
|
||||
.visually-hidden,
|
||||
.visually-hidden-focusable:not(:focus) {
|
||||
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
height: 1px !important;
|
||||
@@ -9629,7 +9629,8 @@ Navbar vertical
|
||||
right: 50%; }
|
||||
|
||||
.card {
|
||||
box-shadow: rgba(35, 46, 60, 0.04) 0 2px 4px 0; }
|
||||
box-shadow: rgba(35, 46, 60, 0.04) 0 2px 4px 0;
|
||||
border: 1px solid rgba(101, 109, 119, 0.16); }
|
||||
@media print {
|
||||
.card {
|
||||
border: none;
|
||||
@@ -11065,6 +11066,24 @@ Dimmer
|
||||
pointer-events: none;
|
||||
opacity: .1; }
|
||||
|
||||
@-webkit-keyframes animated-dots {
|
||||
0% {
|
||||
transform: translateX(-100%); } }
|
||||
|
||||
@keyframes animated-dots {
|
||||
0% {
|
||||
transform: translateX(-100%); } }
|
||||
|
||||
.animated-dots {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
vertical-align: bottom; }
|
||||
.animated-dots:after {
|
||||
display: inline-block;
|
||||
content: "...";
|
||||
-webkit-animation: animated-dots 1.2s steps(4, jump-none) infinite;
|
||||
animation: animated-dots 1.2s steps(4, jump-none) infinite; }
|
||||
|
||||
.modal-content .btn-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user