| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- header .v-toolbar__content {
- padding-right: 0;
- }
- .e-grid .e-gridheader {
- position: -webkit-sticky;
- position: sticky;
- top: 58px; /* The height of top nav menu. */
- z-index: 1;
- }
- .no-decoration {
- text-decoration: none !important;
- color: inherit !important;
- }
- .v-application a {
- color: rgb(var(--v-theme-ot-green))
- }
- .v-menu__content {
- z-index: 400 !important;
- }
- .toolbarForm .v-toolbar__content {
- padding-left: 0 !important;
- }
- .toolbarForm .v-toolbar__title .v-icon {
- height: 46px;
- width: 46px;
- }
- .header-menu {
- max-height: 300px;
- min-width: 300px;
- overflow-y: auto;
- .v-list{
- .v-list-item{
- border-bottom: 1px solid;
- border-bottom-color: rgb(var(--v-theme-ot-border-menu));
- }
- }
- }
|