@@ -1123,7 +1123,14 @@ form#vstobjects .alert {
11231123}
11241124
11251125.app-form {
1126- padding : 2em 1em 2em 1em ;
1126+ padding : 2em 1em 2em 9rem ;
1127+ }
1128+
1129+ .app-form label {
1130+ font-size : 0.85rem ;
1131+ padding-bottom : 3px ;
1132+ font-weight : 600 ;
1133+ cursor : default;
11271134}
11281135
11291136.card {
@@ -2847,7 +2854,7 @@ td.hint {
28472854 inset 0px 0px 3px rgba (255 , 255 , 255 , 0.5 ) !important ;
28482855}
28492856
2850- .ui-button , .button {
2857+ .ui-button , .button , . ui-button . ui-widget . ui-state-default . ui-corner-all . ui-button-text-only . submit {
28512858 filter : chroma (color=#000);
28522859 cursor : pointer;
28532860 border-radius : 3px 3px 3px 3px !important ;
@@ -2878,7 +2885,7 @@ td.hint {
28782885}
28792886.ui-button : focus , .ui-button : active ,
28802887.button : active , .button : focus , .ui-button .cancel : focus , .ui-button .cancel : active ,
2881- .button .cancel : active , .button .cancel : focus , . ui-button . ui-widget . ui-state-default . ui-corner-all . ui-button-text-only . submit ,
2888+ .button .cancel : active , .button .cancel : focus ,
28822889.ui-button .ui-widget .ui-state-default .ui-corner-all .ui-button-text-only .submit : active {
28832890 border : 1px solid # 378ccd !important ;
28842891 background : linear-gradient (to bottom, rgba (210 , 232 , 250 , 1 ) 0% , rgba (187 , 220 , 247 , 1 ) 50% , rgba (162 , 207 , 244 , 1 ) 51% , rgba (194 , 224 , 248 , 1 ) 100% ) !important ;
@@ -3486,7 +3493,7 @@ form#vstobjects.suspended {
34863493}
34873494
34883495.shortcuts {
3489- background : rgba (20 , 20 , 20 , 0.92 );
3496+ background : rgba (50 , 50 , 50 , 0.93 );
34903497 display : inline-block;
34913498 position : fixed;
34923499 left : 50% ;
@@ -3500,13 +3507,13 @@ form#vstobjects.suspended {
35003507 transform : translate (-50% , 0 );
35013508 border-top-left-radius : 6px ;
35023509 border-top-right-radius : 6px ;
3503- box-shadow : 0px 3 px 40 px rgba (0 , 0 , 0 , 0.6 );
3504- line-height : 1 rem ;
3510+ box-shadow : 0px 4 px 30 px rgba (0 , 0 , 0 , 0.5 );
3511+ line-height : 0.9 rem ;
35053512 cursor : default;
35063513}
35073514
35083515.shortcuts .header {
3509- border-bottom : 1px solid # 333 ;
3516+ border-bottom : 1px solid # 606060 ;
35103517 height : 43px ;
35113518}
35123519
0 commit comments