@@ -21161,6 +21161,12 @@ input::-moz-focus-inner {
2116121161.desc-under .copy-this:hover:active::after {
2116221162 color: #515151;
2116321163}
21164+ .desc-under .copy-this:active {
21165+ color: #515151;
21166+ }
21167+ .desc-under .copy-this:active::after {
21168+ color: #515151;
21169+ }
2116421170.desc-under .feedback {
2116521171 margin-left: 1.4rem;
2116621172 color: #1b5ca8;
@@ -22329,15 +22335,15 @@ html[dir=rtl] .display-switch .x-fieldset legend [type=checkbox] {
2232922335 background-color: #FFF;
2233022336}
2233122337
22332- /* fix combo on grid editor bug */
22338+ .x-grid-editor {
22339+ z-index: 9002 !important;
22340+ }
2233322341.x-grid-editor .x-form-field-wrap {
2233422342 background: #f6f2f7 url("../images/modx-theme/form/combo-bck.png") repeat-x scroll 0 100%;
2233522343}
22336-
2233722344.x-grid-editor .x-form-field-wrap input {
2233822345 background-color: transparent !important;
2233922346}
22340-
2234122347.x-grid-editor .x-form-field-wrap img {
2234222348 background-color: #FFF;
2234322349 background-image: url("../images/modx-theme/form/trigger.png");
@@ -27082,7 +27088,7 @@ body a:hover {
2708227088 color: #162a42;
2708327089}
2708427090
27085- /* TODO: conver font heirarchy into a vertical rhythm formula */
27091+ /* TODO: convert font heirarchy into a vertical rhythm formula */
2708627092h2,
2708727093h3 {
2708827094 color: #515151;
@@ -27514,6 +27520,11 @@ textarea.x-form-field {
2751427520}
2751527521
2751627522/* grids */
27523+ .modx-protected-row .x-grid3-cell-inner {
27524+ font-style: italic;
27525+ color: #234368;
27526+ }
27527+
2751727528.x-small-editor .x-form-field {
2751827529 font-size: 12px !important;
2751927530}
@@ -27526,14 +27537,21 @@ textarea.x-form-field {
2752627537 color: #999 !important;
2752727538}
2752827539
27529- a .x-grid-link {
27540+ .x-grid-link {
2753027541 color: #234368;
27531- text-decoration: underline;
27542+ text-decoration-style: dotted;
27543+ text-decoration-color: #749fd0;
2753227544}
27533-
27534- a.x-grid-link:hover,
27535- a.x-grid-link:focus {
27536- text-decoration: none;
27545+ .x-grid-link:hover {
27546+ color: black;
27547+ border-bottom-color: #336299;
27548+ }
27549+ .x-grid-link.simulated-link {
27550+ cursor: pointer;
27551+ }
27552+ .grid-row-inactive .x-grid-link {
27553+ color: #999 !important;
27554+ text-decoration-color: #999 !important;
2753727555}
2753827556
2753927557.x-editable-column {
@@ -27865,6 +27883,31 @@ a.x-grid-link:focus {
2786527883}
2786627884
2786727885/* rowactions */
27886+ .x-grid3-row.disable-selection .x-grid3-row-checker, .x-grid3-row.disable-selection.x-grid3-row-selected .x-grid3-row-checker {
27887+ position: relative;
27888+ }
27889+ .x-grid3-row.disable-selection .x-grid3-row-checker::before, .x-grid3-row.disable-selection .x-grid3-row-checker::after, .x-grid3-row.disable-selection.x-grid3-row-selected .x-grid3-row-checker::before, .x-grid3-row.disable-selection.x-grid3-row-selected .x-grid3-row-checker::after {
27890+ color: #919191;
27891+ }
27892+ .x-grid3-row.disable-selection .x-grid3-row-checker::before, .x-grid3-row.disable-selection.x-grid3-row-selected .x-grid3-row-checker::before {
27893+ content: "\f0c8";
27894+ }
27895+ .x-grid3-row.disable-selection .x-grid3-row-checker::after, .x-grid3-row.disable-selection.x-grid3-row-selected .x-grid3-row-checker::after {
27896+ content: "\f715";
27897+ font-size: 6px;
27898+ position: absolute;
27899+ left: 50%;
27900+ top: 50%;
27901+ margin-left: 2px;
27902+ margin-top: 1px;
27903+ transform: translate(-50%, -50%) rotate(98deg);
27904+ font-weight: 600;
27905+ font-family: "Font Awesome 5 Free";
27906+ }
27907+ .x-grid3-row.disable-selection .x-grid3-row-checker:hover, .x-grid3-row.disable-selection.x-grid3-row-selected .x-grid3-row-checker:hover {
27908+ cursor: default;
27909+ }
27910+
2786827911.ux-row-action-cell .x-grid3-cell-inner {
2786927912 padding: 1px 0 0 0;
2787027913}
@@ -28770,6 +28813,16 @@ html[dir=rtl] .x-hide-offsets {
2877028813 user-select: text !important;
2877128814}
2877228815
28816+ .x-selectable.simulated-link * {
28817+ color: #234368;
28818+ text-decoration-style: dotted;
28819+ text-decoration-color: #749fd0;
28820+ }
28821+ .x-selectable.simulated-link *:hover {
28822+ color: black;
28823+ border-bottom-color: #336299;
28824+ }
28825+
2877328826/* Lightbox */
2877428827#ux-lightbox {
2877528828 left: 0;
0 commit comments