isobit-ui 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/theme.css +84 -131
  2. package/package.json +1 -1
package/dist/theme.css CHANGED
@@ -698,9 +698,6 @@ fieldset.ui-fieldset {
698
698
  .yellow, td.yellow {
699
699
  background-color: #ffffbb;
700
700
  }
701
- .v-datatable-odd.yellow {
702
- background-color: #ffff77;
703
- }
704
701
  .v-state-hover.yellow {
705
702
  background-color: #e2e241;
706
703
  }
@@ -710,24 +707,12 @@ tr.yellow:not(.v-selected):hover {
710
707
  .red {
711
708
  background-color: #ffc0c8;
712
709
  }
713
- .v-datatable-even.red,td.v-datatable-even.red {
714
- background-color: #ffc0c8;
715
- }
716
710
  .orange {
717
711
  background-color: #ffcc6e;
718
712
  }
719
713
  .red {
720
714
  background-color: #ffc0c8;
721
715
  }
722
- .v-datatable-even.red, td.v-datatable-even.red {
723
- background-color: #ffc0c8;
724
- }
725
- .v-datatable-even.orange, td.v-datatable-even.orange {
726
- background-color: #ffcc6e;
727
- }
728
- .v-datatable-odd.red {
729
- background-color: #ffc0cc;
730
- }
731
716
  .green {
732
717
  background-color: #baffba;
733
718
  }
@@ -1313,28 +1298,6 @@ a.x-button.red {
1313
1298
  .ui-outputpanel>span>.ui-autocomplete-input {
1314
1299
  width: calc(100% - 16px) !important;
1315
1300
  }
1316
- .jtable- {
1317
- border: 0px solid #000000;
1318
- padding: 0px;
1319
- }
1320
- .jtable tr td {
1321
- padding: 4px;
1322
- border: 1px solid #e4e3e3;
1323
- }
1324
- .jtable tbody tr:nth-child(odd) {
1325
- background: #f5f5f5
1326
- }
1327
- .jtable tbody tr:nth-child(even) {
1328
- background: #FFF
1329
- }
1330
- .jtable tbody tr:hover {
1331
- background: #DDD
1332
- }
1333
- .jtable td,.jtable th {
1334
- color: black;
1335
- border: 1px solid #AAAAAA;
1336
- padding: 4px !important
1337
- }
1338
1301
  .ui-widget-overlay {
1339
1302
  background: #000;
1340
1303
  opacity: .50;
@@ -1375,23 +1338,7 @@ td.ui-calendar input {
1375
1338
  padding-left: 5px;
1376
1339
  padding-right: 5px;
1377
1340
  }
1378
- .gra th {
1379
- border: 1px solid gray;
1380
- background-color: #4073CE;
1381
- color: white;
1382
- text-align: center;
1383
- padding: 5px;
1384
- }
1385
- .gra td {
1386
- border: 1px solid #dedede;
1387
- padding: 5px;
1388
- }
1389
- .gra tr:nth-child(even) {
1390
- background-color: #f2f2f2;
1391
- }
1392
- .gra tr:hover {
1393
- background-color: #ffffd2;
1394
- }
1341
+
1395
1342
  .v-tab-nav {
1396
1343
  list-style-type: none;
1397
1344
  margin: 0px;
@@ -1768,35 +1715,6 @@ input[type='text']:filled, textarea:not(:empty) {
1768
1715
  .ui-toolbar-group-right {
1769
1716
  padding: 10px !important;
1770
1717
  }
1771
- tr.green.v-selected {
1772
- background-color: #297929 !important;
1773
- color: white;
1774
- }
1775
- tr:nth-child(even).green {
1776
- background-color: #a3f1a3;
1777
- }
1778
- tr.green:hover {
1779
- background-color: #77d277;
1780
- }
1781
- tr.blue,tr:nth-child(even).blue {
1782
- background-color: #b5b5f1;
1783
- }
1784
- tr.blue:hover {
1785
- background-color: #a7dce6;
1786
- }
1787
- tr.blue.v-selected {
1788
- background-color: #003a6f !important;
1789
- }
1790
- tr.red.v-selected {
1791
- background-color: #7b2632 !important;
1792
- color: white;
1793
- }
1794
- tr.red:hover {
1795
- background-color: #ffbbd4;
1796
- }
1797
- tr:nth-child(even).red {
1798
- background-color: #ffcdd4;
1799
- }
1800
1718
  .v-selected a {
1801
1719
  color: #ededff;
1802
1720
  }
@@ -2087,15 +2005,7 @@ legend, .v-fieldset > legend {
2087
2005
  padding: 3px 10px;
2088
2006
  border: 1px solid white;
2089
2007
  }
2090
- .v-datatable-odd {
2091
- background-color: #f5f5f5;
2092
- }
2093
- .v-datatable-even.gray > .v-datatable-even > td.gray {
2094
- background-color: #d1ddd6;
2095
- }
2096
- .v-datatable-odd.gray, .v-datatable-odd > td.gray {
2097
- background-color: #d1ddd6;
2098
- }
2008
+
2099
2009
  .v-datatable-scrollable-body {
2100
2010
  overflow-y: scroll;
2101
2011
  }
@@ -2791,34 +2701,9 @@ div.description, h4.description {
2791
2701
  .gray {
2792
2702
  background-color: #c1cdc6;
2793
2703
  }
2794
- tr.v-selected.yellow, .v-selected > td.yellow {
2795
- background-color: #8e8903;
2796
- }
2797
- tr:nth-child(even).yellow {
2798
- background-color: #fff767;
2799
- }
2800
- tr.yellow.v-selected {
2801
- background-color: #736e14 !important;
2802
- color: white;
2803
- }
2804
- tr:hover:not(.v-selected) > td.yellow {
2805
- background-color: #ffff7b;
2806
- }
2807
- tr.v-selected.red, tr.v-selected > td.red {
2808
- background-color: #771d1d;
2809
- }
2810
- .v-datatable-even.green, td.v-datatable-even.green {
2811
- background-color: #ccffcc;
2812
- }
2813
2704
  .green {
2814
2705
  background-color: #baffba;
2815
2706
  }
2816
- .v-datatable-odd.green {
2817
- background-color: #99ff99;
2818
- }
2819
- .ui-state-hover td.green {
2820
- background-color: #bde4bd !important;
2821
- }
2822
2707
  tr.v-selected.green, tr.v-selected > td.green {
2823
2708
  background-color: darkgreen !important;
2824
2709
  }
@@ -3021,37 +2906,105 @@ a.pretty-link {
3021
2906
  color: #106e8a;
3022
2907
  padding: 5px 40px 30px 40px;
3023
2908
  }
3024
- .v-table tr {
3025
- cursor: pointer;
3026
- }
3027
- .v-table tr:nth-child(even) {
3028
- background-color: #f2f2f2
3029
- }
3030
- .v-table tr:hover {
3031
- background-color: #e6eef5;
3032
- }
3033
2909
  .v-table {
3034
2910
  border-collapse: collapse;
3035
2911
  border-radius: 3px;
3036
2912
  background-color: #fff;
3037
2913
  }
3038
- .v-table th, th {
2914
+
2915
+ /* HEADER */
2916
+ .v-table th {
3039
2917
  text-align: center;
3040
2918
  background-color: #0f62ac;
3041
- color: rgba(255, 255, 255, 1);
2919
+ color: #fff;
3042
2920
  cursor: pointer;
3043
- -webkit-user-select: none;
3044
- -moz-user-select: none;
3045
- -ms-user-select: none;
3046
2921
  user-select: none;
3047
2922
  border: 1px solid #104575;
3048
2923
  vertical-align: middle;
3049
2924
  }
2925
+
2926
+ /* FILAS BASE */
2927
+ .v-table tr {
2928
+ cursor: pointer;
2929
+ background-color: #fff;
2930
+ }
2931
+
2932
+ .v-table tr:nth-child(even) {
2933
+ background-color: #f2f2f2;
2934
+ }
2935
+
2936
+ .v-table tr:hover {
2937
+ background-color: #e6eef5;
2938
+ }
2939
+
2940
+ /* SELECCION */
3050
2941
  .v-table tr.v-selected {
3051
2942
  background-color: #4d7192;
3052
2943
  color: white;
3053
2944
  }
3054
2945
 
2946
+ /* =========================
2947
+ COLORES (BASE + EVEN)
2948
+ ========================= */
2949
+
2950
+ /* YELLOW */
2951
+ tr.yellow {
2952
+ background-color: #fffda8;
2953
+ }
2954
+ tr.yellow:nth-child(even) {
2955
+ background-color: #ffff7b;
2956
+ }
2957
+ tr.yellow:hover:not(.v-selected) {
2958
+ background-color: #fff767;
2959
+ }
2960
+ tr.yellow.v-selected {
2961
+ background-color: #736e14 !important;
2962
+ color: white;
2963
+ }
2964
+
2965
+ /* RED */
2966
+ tr.red {
2967
+ background-color: #ffe3e6;
2968
+ }
2969
+ tr.red:nth-child(even) {
2970
+ background-color: #ffcdd4;
2971
+ }
2972
+ tr.red:hover:not(.v-selected) {
2973
+ background-color: #ffbbd4;
2974
+ }
2975
+ tr.red.v-selected {
2976
+ background-color: #7b2632 !important;
2977
+ color: white;
2978
+ }
2979
+
2980
+ /* GREEN */
2981
+ tr.green {
2982
+ background-color: #a2ffa2;
2983
+ }
2984
+ tr.green:nth-child(even) {
2985
+ background-color: #76ef76;
2986
+ }
2987
+ tr.green:hover:not(.v-selected) {
2988
+ background-color: #84e584;
2989
+ }
2990
+ tr.green.v-selected {
2991
+ background-color: #297929 !important;
2992
+ color: white;
2993
+ }
2994
+
2995
+ /* BLUE */
2996
+ tr.blue {
2997
+ background-color: #d6d6f8;
2998
+ }
2999
+ tr.blue:nth-child(even) {
3000
+ background-color: #b5b5f1;
3001
+ }
3002
+ tr.blue:hover:not(.v-selected) {
3003
+ background-color: #a7dce6;
3004
+ }
3005
+ tr.blue.v-selected {
3006
+ background-color: #003a6f !important;
3007
+ }
3055
3008
  .v-table-buttons {
3056
3009
  position: absolute;
3057
3010
  right: 0px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/library.js",