@@ -417,11 +417,30 @@ body.expand #topbar .topbar-left .logo span {
417
417
width : 50% !important ;
418
418
}
419
419
}
420
+ # search {
421
+ border-bottom : 1px solid {{ setting_value('visiosoft.theme.defaultadmin::background_color' ) }};
422
+ padding- to p: 8px;
423
+ }
424
+ .btn-search {
425
+ display : inline-block;
426
+ margin-left : auto;
427
+ float : right;
428
+ padding : 0 !important ;
429
+ margin-top : 5px ;
430
+ background-color : inherit;
431
+ color : {{ setting_value('visiosoft.theme.defaultadmin::background_color' ) }};
432
+ }
433
+ .dropdown-menu {
434
+ z-index : 9999 ;
435
+ }
420
436
# search .search-bar {
421
- height : 70 px ;
422
- color : # 212121 ;
437
+ width : 70 % ;
438
+ color : {{ setting_value( 'visiosoft.theme.defaultadmin::primary_color' ) }} ;
423
439
font- size: 14px;
440
+ dis play: inline-block;
424
441
bor der: none !important ;
442
+ bor der- left: none !important ;
443
+ bor der- right: none !important ;
425
444
box- shadow: none !important ;
426
445
background- color : transparent !important ;
427
446
}
@@ -455,16 +474,20 @@ body.expand #topbar .topbar-left .logo span {
455
474
margin-top : 0 ;
456
475
position : fixed;
457
476
overflow-x : scroll;
458
- background : {{ setting_value('visiosoft.theme.defaultadmin::sidebar_secondary_color' ) }};
459
- padding- botto m: 70px;
460
- box- shadow: 2px 0 0 rgba(66, 66, 66, 0.1);
477
+ background : {{ setting_value('visiosoft.theme.defaultadmin::sidebar_secondary_color' ) }};
478
+ padding- botto m: 70px;
479
+ box- shadow: 2px 0 0 rgba(66, 66, 66, 0.1);
461
480
}
462
481
463
482
.top-bar {
464
- background-color : {{ setting_value('visiosoft.theme.defaultadmin::block_background_color' ) }};
465
- width: 100%;
466
- height: 70px;
467
- dis play: table;
483
+ background-color : {{ setting_value('visiosoft.theme.defaultadmin::block_background_color' ) }};
484
+ height: 70px;
485
+ dis play: table;
486
+ width: calc(100% - 240px);
487
+ position: fixed;
488
+ right: 0;
489
+ to p: 0;
490
+ z- index: 9999;
468
491
}
469
492
.topbar-breadcrumb {
470
493
display : table-cell;
@@ -610,9 +633,6 @@ select + .select2 {
610
633
width : 0 ;
611
634
transition : none;
612
635
}
613
- .top-bar {
614
- padding-top : 50px ;
615
- }
616
636
.logo-bar {
617
637
width : 100% ;
618
638
height : 50px ;
@@ -2693,9 +2713,7 @@ background-color: {{ setting_value('visiosoft.theme.defaultadmin::background_col
2693
2713
opacity : 1 ;
2694
2714
line-height : 18px ;
2695
2715
}
2696
- .breadcrumb li .active {
2697
- background-color : {{ setting_value('visiosoft.theme.defaultadmin::block_background_color' ) }} !important ;
2698
- }
2716
+
2699
2717
.text-center {
2700
2718
text-align : center;
2701
2719
}
@@ -2709,16 +2727,6 @@ background-color: {{ setting_value('visiosoft.theme.defaultadmin::background_col
2709
2727
margin-bottom : 0 ;
2710
2728
line-height : 1.25 ;
2711
2729
}
2712
-
2713
- .breadcrumb {
2714
- border-radius : 0 !important ;
2715
- background : # fff ;
2716
- font-size : 0.8rem ;
2717
- }
2718
- .breadcrumb a {
2719
- color : # 888888 ;
2720
- }
2721
-
2722
2730
html ,
2723
2731
body {
2724
2732
height : 100% ;
@@ -2989,12 +2997,7 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::secondary_color') }} !imp
2989
2997
margin-bottom : 1em ;
2990
2998
background-color : # BFD3E9 ;
2991
2999
}
2992
- .breadcrumb {
2993
- margin-top : 0 !important ;
2994
- margin-bottom : 0 !important ;
2995
- padding-top : 0 !important ;
2996
- padding-bottom : 0 !important ;
2997
- }
3000
+
2998
3001
.card {
2999
3002
margin-bottom : 0.5rem !important ;
3000
3003
}
@@ -3226,7 +3229,7 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::input_placeholder_color')
3226
3229
body {
3227
3230
background- color : {{ setting_value('visiosoft.theme.defaultadmin::background_color' ) }} !important ;
3228
3231
}
3229
- .card-block , .card-body , # footer , .modal-dialog , .breadcrumb , . user-action-dropdown ,
3232
+ .card-block , .card-body , # footer , .modal-dialog , .user-action-dropdown ,
3230
3233
.card .card-flex .card-block , .nav .nav-sections li .active ,
3231
3234
.modal-content , .modal-header , .modal-body , .nav-pills , .dropdown-menu {
3232
3235
background-color : {{ setting_value('visiosoft.theme.defaultadmin::block_background_color' ) }} !important ;
@@ -3316,3 +3319,32 @@ border-color: {{setting_value('visiosoft.theme.defaultadmin::input_focused_borde
3316
3319
.CodeMirror div {
3317
3320
color : white !important ;
3318
3321
}
3322
+ .breadcrumb {
3323
+ border-radius : 0 !important ;
3324
+ background-color : {{ setting_value('visiosoft.theme.defaultadmin::background_color' ) }} !important ;
3325
+ font- size: 0.8rem;
3326
+ margin- to p: 15px !important ;
3327
+ margin- botto m: 0 !important ;
3328
+ padding- to p: 0 !important ;
3329
+ padding- botto m: 0 !important ;
3330
+ }
3331
+ .breadcrumb li .active {
3332
+ background-color : inherit !important ;
3333
+ }
3334
+ .breadcrumb a {
3335
+ opacity : 0.5 ;
3336
+ }
3337
+ # search .search-bar ::placeholder {
3338
+ color : {{ setting_value('visiosoft.theme.defaultadmin::background_color' ) }} !important ;
3339
+ }
3340
+
3341
+ .login-page {
3342
+ width : 100% ;
3343
+ height : 100% ;
3344
+ background : linear-gradient (170deg , rgba (186 , 39 , 55 , 1 ) 0% , rgba (186 , 39 , 55 , 1 ) 60% , rgba (239 , 197 , 202 , 1 ) 60% , rgba (239 , 197 , 202 , 1 ) 0% );
3345
+ filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba2737', endColorstr='#efc5ca', GradientType=1);
3346
+ }
3347
+
3348
+ .help-icon svg # Path_20512 , # Path_20511 {
3349
+ fill : {{ setting_value('visiosoft.theme.defaultadmin::primary_color' ) }};
3350
+ }
0 commit comments