@@ -80,6 +80,9 @@ See https://code.djangoproject.com/ticket/33878 */
8080body {
8181 min-width : 320px ;
8282}
83+ th {
84+ font-weight : 600 ;
85+ }
8386.menu-backdrop {
8487 position : fixed;
8588 height : 100vh ;
@@ -154,7 +157,9 @@ a.section:visited:focus,
154157.module h2 ,
155158.module caption ,
156159.inline-group h2 ,
157- fieldset .module h2 {
160+ fieldset .module h2 ,
161+ .selector .selector-available-title ,
162+ .selector .selector-chosen-title {
158163 background : # f9f9f9 ;
159164 color : # 333 ;
160165 padding : 15px ;
@@ -210,9 +215,15 @@ a:focus {
210215.module caption ,
211216.inline-group h2 ,
212217# content-related h3 ,
218+ # main .aligned .selector-available-title label ,
219+ # main .aligned .selector-chosen-title label ,
213220fieldset .module h2 {
214221 font-size : 16px ;
215222}
223+ # content fieldset .fieldset-heading ,
224+ # content fieldset .inline-heading {
225+ border : 0px ;
226+ }
216227# main .inline-related h3 {
217228 padding : 15px ;
218229 font-size : 15px ;
@@ -433,7 +444,8 @@ div.breadcrumbs {
433444# main-content div .breadcrumbs {
434445 padding : 1rem 2.5rem ;
435446}
436- # main .selector-chosen h2 {
447+ # main .selector-chosen h2 ,
448+ # main .aligned .selector-chosen-title {
437449 background : rgba (0 , 0 , 0 , 0.6 );
438450 color : # fff ;
439451}
@@ -746,7 +758,8 @@ input[type="button"]:hover,
746758}
747759.account-button : hover span ,
748760.account-button : focus span ,
749- .account-menu a : hover span {
761+ .account-menu .dropdown-clickable : hover span ,
762+ .account-menu .dropdown-clickable : focus span {
750763 background : # df5d43 ;
751764}
752765.account-menu {
@@ -797,19 +810,28 @@ input[type="button"]:hover,
797810 display : none;
798811 color : # 777 ;
799812}
800- # header .account-menu a {
801- color : # 777 ;
813+ # header .account-menu .dropdown-clickable {
802814 display : flex;
803- font-weight : 700 ;
804815 padding : 0.375rem ;
816+ color : # 777 ;
817+ font-weight : 700 ;
805818 text-decoration : none;
806819 line-height : 22px ;
807820}
821+ # header .account-menu # logout-form button {
822+ text-transform : inherit;
823+ font-size : inherit;
824+ letter-spacing : inherit;
825+ outline : revert;
826+ width : 100% ;
827+ }
808828# header .account-menu li : last-child {
809829 border-bottom : 0 ;
810830}
811831.account-menu-username : hover ,
812- # header .account-menu a : hover {
832+ # header .account-menu .dropdown-clickable : hover ,
833+ # header .account-menu .dropdown-clickable : active ,
834+ # header .account-menu .dropdown-clickable : focus {
813835 color : # df5d43 ;
814836}
815837# main-content # header {
@@ -832,7 +854,7 @@ input[type="button"]:hover,
832854# content-main .object-tools {
833855 display : none;
834856}
835- # content-main .form-row a : link {
857+ # content-main .form-row a : link : not (. button ) {
836858 text-decoration : underline;
837859}
838860# content-main .form-row a : link : hover ,
@@ -1059,6 +1081,15 @@ div.calendar-shortcuts a:hover {
10591081}
10601082
10611083/*********** Selector fix ***********/
1084+ .selector-available-title label ,
1085+ .selector-chosen-title label {
1086+ float : unset;
1087+ }
1088+ # main .form-row .selector-chosen-title label ,
1089+ # container # main .form-row .selector-chosen-title .helptext {
1090+ color : # fff ;
1091+ }
1092+
10621093@media (max-width : 1226px ) and (min-width : 1024px ) {
10631094 .related-widget-wrapper > a {
10641095 order : 2 ;
0 commit comments