6969 --in-content-item-selected-text : var (--in-content-text-color ) !important ; /* Combobox text color on 'hover' (arrow keys) */
7070
7171 --in-content-button-background : var (--in-content-border-color ) !important ; /* Button color */
72- --in-content-button-background-hover : var (--button-active-bgcolor ) !important ; /* Button color on 'hover' */
73- --in-content-button-background-active : var (--general-color ) !important ; /* Button color on 'click' */
72+ --in-content-button-background-hover : var (--button-hover-bgcolor ) !important ; /* Button color on 'hover' */
73+ --in-content-button-background-active : var (--button-active-bgcolor ) !important ; /* Button color on 'click' */
74+ --in-content-button-border-color-hover : var (--button-bgcolor ) !important ; /* Button border color on 'hover' */
7475
7576 --in-content-primary-button-background : var (--general-color ) !important ; /* Primary button color */
7677 --in-content-primary-button-background-hover : var (--button-hover-bgcolor ) !important ; /* Primary button color on 'hover' */
114115
115116 --in-content-box-background : # f9f9fb !important ; /* Color of textboxes and background of drop-down menus */
116117 --in-content-box-border-color : # d4cfe7 !important ; /* Textbox border color */
117-
118- --in-content-button-text-color-hover : white !important ; /* Color of letters in buttons on 'hover' */
119118 }
120119
121120 /* Pop-up window background in 'settings' */
279278 outline-color : var (--general-color ) !important ;
280279 }
281280
282- /* Category Sidebar */
283-
284- .navigation ,
285- # sidebar {
286- box-shadow : inset -1px 0 0 0 var (--in-content-box-border-color ),
287- 1px 77px 17px var (--border-contrast-color ) !important ;
288- }
289-
290- .navigation : dir (rtl ),
291- # sidebar : dir (rtl ) {
292- box-shadow : inset 1px 0 0 0 var (--in-content-box-border-color ),
293- 1px 77px 17px var (--border-contrast-color ) !important ;
294- }
281+ /* Category Sidebar
282+
283+ .navigation,
284+ #sidebar {
285+ box-shadow: 1px 84px 10px black !important;
286+ }
287+
288+ .navigation:dir(rtl),
289+ #sidebar:dir(rtl) {
290+ box-shadow: inset 1px 0 0 0 var(--in-content-box-border-color),
291+ 1px 77px 17px black !important;
292+ }*/
293+
294+ .sticky-container {
295+ box-shadow : /*0 1px var(--in-content-box-border-color),
296+ 3px 1px 10px black!important/**/ ;
297+ clip-path : xywh (0px 0px 100% calc (100% + 11px )) !important ;
298+ }
295299
296300 /* Search-box in 'about:preferences' */
297301
298302 # policies-container ,
299303 # searchInput {
300- border-radius : 16px !important ;
301304 margin-block : 20px !important ;
302- margin-inline : 0px 120px !important ;
303-
304- & : hover {
305- border-color : var (--general-color ) !important ;
306- }
307305 }
308306
309307 /* Search box in 'about:addons' */
310308
311- search-addons > search-textbox {
312- border-radius : 16px !important ;
309+ # input {
310+ & [type = "search" ] {
311+ border-color : color-mix (in srgb, var (--in-content-box-border-color ) 80% , var (--in-content-text-color )) !important ;
312+ border-radius : 16px !important ;
313313
314- & : hover {
315- border-color : var (--general-color ) !important ;
314+ & : hover {
315+ border-color : var (--general-color ) !important ;
316+ outline : 0px solid var (--general-color ) !important ;
317+ }
318+
319+ & : focus-visible {
320+ border-color : var (--general-color ) !important ;
321+ outline : 1px solid var (--general-color ) !important ;
322+ }
316323 }
317324 }
318-
319- search-addons > search-textbox [focused ] {
320- border-color : var (--general-color ) !important ;
321- outline : 2px solid var (--general-color ) !important ;
322- }
323-
324- # searchInput [focused ]{
325- outline : 2px solid var (--general-color ) !important ;
326- }
327325
328326 /* Inside 'Privacy' Category */
329327
342340 /* Various smooth transitions */
343341
344342 button , menulist , treecol , .sidebar-footer-link {
345- transition : background-color 0.2s ease !important ;
343+ transition : background-color 0.2s ease, border-color 0.2 s ease !important ;
346344 }
347345
348346 search-textbox {
394392 overflow : auto;
395393 max-width : 100% !important ;
396394 scrollbar-gutter : stable !important ;
395+ margin-inline-start : 0px !important ;
396+ padding-inline-start : var (--main-margin-start );
397+ /*box-shadow: inset 1px 0 0px 0 var(--in-content-box-border-color) !important;
398+ clip-path: xywh(0 0 100% calc(100% - 10px)) !important;/**/
397399
398400 & addon-card [expanded = "true" ],
399401 & addon-list ,
454456 display : grid !important ;
455457 grid-template-rows : 1 !important ;
456458 grid-template-columns : auto auto !important ;
457- box-shadow : 0 1px 0 0 var (--in-content-box-border-color ),
458- 17px 1px 17px var (--border-contrast-color ) !important ;
459459
460460 /* Left part */
461461 & .main-heading {
481481 }
482482 }
483483 }
484-
485- .sticky-container : dir (rtl ) {
486- box-shadow : 0 1px 0 0 var (--in-content-box-border-color ),
487- -17px -1px 17px var (--border-contrast-color ) !important ;
488- }
489484
490485 /* Stycky head Style in small width resolution */
491486
501496/* ______________________________________ only 'about:preferences' page _______________________________________ */
502497
503498@-moz-document url-prefix(about: preferences) {
504-
505- .sticky-container {
506- box-shadow : 0 1px 0 0 var (--in-content-box-border-color ),
507- -17px 1px 27px var (--border-contrast-color ) !important ;
508- }
509-
510- .sticky-container : dir (rtl ) {
511- box-shadow : 0 1px 0 0 var (--in-content-box-border-color ),
512- 17px 1px 27px var (--border-contrast-color ) !important ;
513- }
514499
515500 @media not -moz-pref("firefoxgx.main-image" ) {
516-
517501 # mainPrefPane {
518502 padding-top : 20px !important ;
519- width : 100% !important ;
520- }
521-
522- /*
523- .pane-container {
524- margin-inline-start: 50px !important;
525- margin-inline-end: 50px !important;
526- }/**/
527-
528- .sticky-container {
529- width : 125% !important ;
530- margin-inline-start : -78px !important ;
531- border-block-end : 1px solid transparent !important ;
532- border-image : var (--gradiente-casual ) 1 !important ;
533- box-shadow : -17px 1px 17px var (--border-contrast-color ) !important ;
534- }
535-
536- .sticky-container : dir (rtl ) {
537- border-image : var (--gradiente-casual-rtl ) 1 !important ;
538- box-shadow : 17px 1px 17px var (--border-contrast-color ) !important ;
539503 }
540504 }
541- }
505+ }
0 commit comments