Skip to content

Commit c866151

Browse files
Updated to TX31
1 parent ef4971a commit c866151

80 files changed

Lines changed: 45184 additions & 2786 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vs/TextControlJSWidget/v14/.suo

-41.5 KB
Binary file not shown.

.vs/TextControlJSWidget/v15/.suo

-107 KB
Binary file not shown.
-1.15 MB
Binary file not shown.

.vs/config/applicationhost.config

Lines changed: 0 additions & 1039 deletions
This file was deleted.

widget/Controllers/TXPrintController.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

widget/TXTextControl.Web/CSS/jquery-ui.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ body .txui-tooltip {
787787
/* Component containers
788788
----------------------------------*/
789789
.txui-widget {
790-
font-family: Arial,Verdana,sans-serif;
790+
font-family: "Segoe UI", "Segoe UI Web", Arial, Helvetica, Verdana, sans-serif;
791791
font-size: 1.1em;
792792
}
793793
.txui-widget .txui-widget {
@@ -797,19 +797,19 @@ body .txui-tooltip {
797797
.txui-widget select,
798798
.txui-widget textarea,
799799
.txui-widget button {
800-
font-family: Arial,Verdana,sans-serif;
800+
font-family: "Segoe UI", "Segoe UI Web", Arial, Helvetica, Verdana, sans-serif;
801801
font-size: 1em;
802802
}
803803
.txui-widget-content {
804-
border: 1px solid #aaaaaa;
804+
border: 1px solid #c0c0c0;
805805
background: #ffffff;
806806
color: #222222;
807807
}
808808
.txui-widget-content a {
809809
color: #222222;
810810
}
811811
.txui-widget-header {
812-
border: 1px solid #aaaaaa;
812+
border: 1px solid #c0c0c0;
813813
background: #cccccc;
814814
color: #222222;
815815
font-weight: bold;
@@ -855,7 +855,7 @@ body .txui-tooltip {
855855
.txui-state-active,
856856
.txui-widget-content .txui-state-active,
857857
.txui-widget-header .txui-state-active {
858-
border: 1px solid #aaaaaa;
858+
border: 1px solid #c0c0c0;
859859
background: #ffffff;
860860
font-weight: normal;
861861
color: #212121;
@@ -1166,7 +1166,7 @@ body .txui-tooltip {
11661166
.txui-widget-shadow {
11671167
margin: -8px 0 0 -8px;
11681168
padding: 8px;
1169-
background: #aaaaaa;
1169+
background: #c0c0c0;
11701170
opacity: .3;
11711171
filter: Alpha(Opacity=30);
11721172
border-radius: 8px;

0 commit comments

Comments
 (0)