321 lines
8.6 KiB
CSS
321 lines
8.6 KiB
CSS
@import './assets/styles/app.css';
|
||
|
||
body {
|
||
font-size: 14px; /* body’ye font-size uygulanmaz */
|
||
}
|
||
|
||
.dx-form-group-with-caption > .dx-form-group-content {
|
||
padding-top: 2px !important;
|
||
}
|
||
|
||
/* Popup formun içerisindeki Tabbed Item Title */
|
||
.dx-tab-text-span-pseudo {
|
||
display: none !important;
|
||
}
|
||
|
||
.big-button {
|
||
font-size: 16px !important;
|
||
}
|
||
|
||
.dx-field-item {
|
||
padding-top: 5px !important;
|
||
}
|
||
|
||
.dx-toolbar .dx-toolbar-item.no-default {
|
||
all: unset; /* tüm default style'ları sıfırla */
|
||
display: block; /* tekrar görünür yap */
|
||
}
|
||
|
||
/* React Modal prevent bg scroll */
|
||
.dialog-open {
|
||
overflow: hidden;
|
||
}
|
||
div.dialog-after-open > div.dialog-content {
|
||
overflow-y: auto !important;
|
||
max-height: 90vh;
|
||
}
|
||
|
||
/* Maximized dialog specific styles */
|
||
div.dialog-after-open > div.dialog-content.maximized {
|
||
max-height: 100vh !important;
|
||
height: 100vh !important;
|
||
margin: 0 !important;
|
||
border-radius: 0 !important;
|
||
}
|
||
|
||
.dialog.maximized {
|
||
max-width: 100vw !important;
|
||
width: 100vw !important;
|
||
height: 100vh !important;
|
||
margin: 0 !important;
|
||
}
|
||
/* React Modal prevent bg scroll */
|
||
|
||
/* Window Controls Styles */
|
||
.window-controls {
|
||
top: 12px;
|
||
}
|
||
|
||
.window-controls .close-btn {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 20px;
|
||
height: 20px;
|
||
border-radius: 4px;
|
||
transition: all 0.2s ease;
|
||
color: #666;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.window-controls .close-btn:hover {
|
||
background-color: rgba(0, 0, 0, 0.1);
|
||
color: #333;
|
||
}
|
||
|
||
.window-controls .close-btn:last-child:hover {
|
||
background-color: #e74c3c;
|
||
color: white;
|
||
}
|
||
|
||
/* Maximized dialog styles */
|
||
.dialog-content.maximized {
|
||
border-radius: 0 !important;
|
||
max-height: 100vh !important;
|
||
}
|
||
/* Window Controls Styles */
|
||
|
||
/* React Pivot Vert Headers cok uzun olmaması icin */
|
||
.dx-pivotgrid tbody.dx-pivotgrid-vertical-headers > tr > td {
|
||
min-width: fit-content !important;
|
||
}
|
||
/* React Pivot Vert Headers cok uzun olmaması icin */
|
||
|
||
/* Grid accessibility status mesajını gizle */
|
||
[e2e-a11y-general-status-container='true'] {
|
||
display: none !important;
|
||
visibility: hidden !important;
|
||
position: absolute !important;
|
||
left: -9999px !important;
|
||
}
|
||
|
||
.dx-toolbar .dx-toolbar-after .dx-menu,
|
||
.dx-toolbar .dx-toolbar-after .dx-menu .dx-menu-item,
|
||
.dx-toolbar .dx-toolbar-after .dx-menu .dx-menu-item-content,
|
||
.dx-toolbar .dx-toolbar-after .dx-menu .dx-menu-item-wrapper {
|
||
display: flex !important;
|
||
align-items: center !important;
|
||
padding: 0 0 !important;
|
||
font-weight: bold !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel {
|
||
padding: 0 0 !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel {
|
||
min-height: 37px;
|
||
background-color: transparent !important;
|
||
}
|
||
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel {
|
||
background-color: #202020 !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .button,
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .dx-button,
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel button {
|
||
background-color: transparent !important;
|
||
border-color: transparent !important;
|
||
border-radius: 0 !important;
|
||
padding: 0 !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .relative.flex {
|
||
gap: 4px !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel > .dx-toolbar {
|
||
width: 100% !important;
|
||
background-color: transparent !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel > .dx-toolbar .dx-toolbar-items-container {
|
||
min-height: 28px !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel > .dx-toolbar .dx-toolbar-before {
|
||
width: auto !important;
|
||
max-width: none !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel > .dx-toolbar .dx-toolbar-after {
|
||
width: auto !important;
|
||
max-width: none !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel > .dx-toolbar .dx-toolbar-after .dx-toolbar-item {
|
||
padding-inline: 2px !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel > .dx-toolbar .dx-button-content {
|
||
padding-block: 4px !important;
|
||
padding-inline: 6px !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .chart-toolbar-search {
|
||
width: 160px;
|
||
height: 32px;
|
||
padding: 6px 12px 6px 34px;
|
||
border: 0 !important;
|
||
border-bottom: 1px solid #d1d5db !important;
|
||
border-radius: 0 !important;
|
||
background-color: #fff;
|
||
}
|
||
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel .chart-toolbar-search {
|
||
background-color: #2d2d2d !important;
|
||
border-bottom-color: #6b7280 !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel > .dx-toolbar .dx-toolbar-menu-container .dx-button {
|
||
border-radius: 50% !important;
|
||
}
|
||
|
||
.dark
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel
|
||
> .dx-toolbar
|
||
.dx-toolbar-menu-container
|
||
.dx-button {
|
||
background-color: #343440 !important;
|
||
border-color: #343440 !important;
|
||
}
|
||
|
||
.dark
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel
|
||
> .dx-toolbar
|
||
.dx-toolbar-menu-container
|
||
.dx-button:hover {
|
||
background-color: #424250 !important;
|
||
border-color: #424250 !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel
|
||
> .dx-toolbar
|
||
.dx-toolbar-menu-container
|
||
.dx-button-content {
|
||
padding: 4px !important;
|
||
}
|
||
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel .button,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel .dx-button,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel button {
|
||
background-color: transparent !important;
|
||
border-color: transparent !important;
|
||
color: #fff !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .dx-button-text {
|
||
text-transform: none !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .button:hover,
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .dx-button:hover,
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel button:hover {
|
||
background-color: #dedede !important;
|
||
}
|
||
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel .button:hover,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel .dx-button:hover,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel button:hover {
|
||
background-color: #2d2d2d !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel,
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .dx-button,
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel .dx-button-text,
|
||
.dx-datagrid-header-panel.pivot-toolbar-panel svg {
|
||
color: #000 !important;
|
||
}
|
||
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel .button,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel .dx-button,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel .dx-button-text,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel button,
|
||
.dark .dx-datagrid-header-panel.pivot-toolbar-panel svg {
|
||
color: #fff !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel > .dx-toolbar .dx-toolbar-before,
|
||
.dx-treelist-header-panel > .dx-toolbar .dx-toolbar-before {
|
||
width: 50% !important;
|
||
max-width: 50% !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel > .dx-toolbar .dx-toolbar-after,
|
||
.dx-treelist-header-panel > .dx-toolbar .dx-toolbar-after {
|
||
width: 50% !important;
|
||
max-width: 50% !important;
|
||
margin-left: auto;
|
||
text-align: right;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.dx-datagrid-header-panel > .dx-toolbar .dx-toolbar-after .dx-toolbar-item,
|
||
.dx-treelist-header-panel > .dx-toolbar .dx-toolbar-after .dx-toolbar-item {
|
||
padding-inline: 2px !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel > .dx-toolbar .dx-toolbar-after .dx-button-content,
|
||
.dx-treelist-header-panel > .dx-toolbar .dx-toolbar-after .dx-button-content {
|
||
padding-inline: 6px !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel > .dx-toolbar .dx-toolbar-after .dx-button-text,
|
||
.dx-treelist-header-panel > .dx-toolbar .dx-toolbar-after .dx-button-text {
|
||
text-transform: none !important;
|
||
}
|
||
|
||
.dx-datagrid-header-panel > .dx-toolbar .dx-toolbar-menu-container,
|
||
.dx-treelist-header-panel > .dx-toolbar .dx-toolbar-menu-container {
|
||
margin-left: 2px !important;
|
||
}
|
||
|
||
.dx-datagrid-rowsview .dx-datagrid-group-row-container {
|
||
background-color: transparent !important;
|
||
}
|
||
|
||
@media (max-width: 767px), (pointer: coarse) {
|
||
.mobile-edit-popup.dx-overlay-wrapper,
|
||
.dx-overlay-wrapper.mobile-edit-popup {
|
||
align-items: flex-start !important;
|
||
justify-content: center !important;
|
||
position: fixed !important;
|
||
inset: 0 !important;
|
||
overflow: hidden !important;
|
||
}
|
||
|
||
.mobile-edit-popup .dx-overlay-content,
|
||
.mobile-edit-popup .dx-popup-normal {
|
||
position: fixed !important;
|
||
inset: 0 auto auto 0 !important;
|
||
transform: none !important;
|
||
width: 100vw !important;
|
||
max-width: 100vw !important;
|
||
height: 100dvh !important;
|
||
max-height: 100dvh !important;
|
||
margin: 0 !important;
|
||
}
|
||
|
||
.mobile-edit-popup .dx-popup-content {
|
||
overflow-y: auto !important;
|
||
-webkit-overflow-scrolling: touch;
|
||
overscroll-behavior: contain;
|
||
padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
|
||
}
|
||
|
||
.mobile-edit-popup .dx-popup-bottom {
|
||
flex-shrink: 0;
|
||
}
|
||
}
|