mirror of
				https://github.com/horst3180/arc-theme.git
				synced 2025-06-13 12:53:52 +00:00 
			
		
		
		
	lighten tooltips a bit (fix #519)
This commit is contained in:
		
							parent
							
								
									d49d7df3c2
								
							
						
					
					
						commit
						fb3fe2fc0b
					
				@ -2,7 +2,7 @@ gtk-color-scheme = "base_color: #ffffff"
 | 
				
			|||||||
gtk-color-scheme = "text_color: #5c616c"
 | 
					gtk-color-scheme = "text_color: #5c616c"
 | 
				
			||||||
gtk-color-scheme = "bg_color: #f5f6f7"
 | 
					gtk-color-scheme = "bg_color: #f5f6f7"
 | 
				
			||||||
gtk-color-scheme = "fg_color: #5c616c"
 | 
					gtk-color-scheme = "fg_color: #5c616c"
 | 
				
			||||||
gtk-color-scheme = "tooltip_bg_color: #353945"
 | 
					gtk-color-scheme = "tooltip_bg_color: #4B5162"
 | 
				
			||||||
gtk-color-scheme = "tooltip_fg_color: #ffffff"
 | 
					gtk-color-scheme = "tooltip_fg_color: #ffffff"
 | 
				
			||||||
gtk-color-scheme = "selected_bg_color: #5294e2"
 | 
					gtk-color-scheme = "selected_bg_color: #5294e2"
 | 
				
			||||||
gtk-color-scheme = "selected_fg_color: #ffffff"
 | 
					gtk-color-scheme = "selected_fg_color: #ffffff"
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@ gtk-color-scheme = "base_color: #404552"
 | 
				
			|||||||
gtk-color-scheme = "text_color: #d3dae3"
 | 
					gtk-color-scheme = "text_color: #d3dae3"
 | 
				
			||||||
gtk-color-scheme = "bg_color: #383c4a"
 | 
					gtk-color-scheme = "bg_color: #383c4a"
 | 
				
			||||||
gtk-color-scheme = "fg_color: #d3dae3"
 | 
					gtk-color-scheme = "fg_color: #d3dae3"
 | 
				
			||||||
gtk-color-scheme = "tooltip_bg_color: #353945"
 | 
					gtk-color-scheme = "tooltip_bg_color: #4B5162"
 | 
				
			||||||
gtk-color-scheme = "tooltip_fg_color: #ffffff"
 | 
					gtk-color-scheme = "tooltip_fg_color: #ffffff"
 | 
				
			||||||
gtk-color-scheme = "selected_bg_color: #5294e2"
 | 
					gtk-color-scheme = "selected_bg_color: #5294e2"
 | 
				
			||||||
gtk-color-scheme = "selected_fg_color: #ffffff"
 | 
					gtk-color-scheme = "selected_fg_color: #ffffff"
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@ gtk-color-scheme = "base_color: #ffffff"
 | 
				
			|||||||
gtk-color-scheme = "text_color: #5c616c"
 | 
					gtk-color-scheme = "text_color: #5c616c"
 | 
				
			||||||
gtk-color-scheme = "bg_color: #f5f6f7"
 | 
					gtk-color-scheme = "bg_color: #f5f6f7"
 | 
				
			||||||
gtk-color-scheme = "fg_color: #5c616c"
 | 
					gtk-color-scheme = "fg_color: #5c616c"
 | 
				
			||||||
gtk-color-scheme = "tooltip_bg_color: #353945"
 | 
					gtk-color-scheme = "tooltip_bg_color: #4B5162"
 | 
				
			||||||
gtk-color-scheme = "tooltip_fg_color: #ffffff"
 | 
					gtk-color-scheme = "tooltip_fg_color: #ffffff"
 | 
				
			||||||
gtk-color-scheme = "selected_bg_color: #5294e2"
 | 
					gtk-color-scheme = "selected_bg_color: #5294e2"
 | 
				
			||||||
gtk-color-scheme = "selected_fg_color: #ffffff"
 | 
					gtk-color-scheme = "selected_fg_color: #ffffff"
 | 
				
			||||||
 | 
				
			|||||||
@ -2155,7 +2155,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
@ -2320,7 +2320,7 @@ GtkVolumeButton.button {
 | 
				
			|||||||
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
					    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
				
			||||||
  .window-frame.csd.tooltip {
 | 
					  .window-frame.csd.tooltip {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
 | 
					    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
 | 
				
			||||||
  .window-frame.csd.message-dialog {
 | 
					  .window-frame.csd.message-dialog {
 | 
				
			||||||
    border-radius: 3px; }
 | 
					    border-radius: 3px; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -2158,7 +2158,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2155,7 +2155,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
@ -2320,7 +2320,7 @@ GtkVolumeButton.button {
 | 
				
			|||||||
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
					    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
				
			||||||
  .window-frame.csd.tooltip {
 | 
					  .window-frame.csd.tooltip {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
 | 
					    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
 | 
				
			||||||
  .window-frame.csd.message-dialog {
 | 
					  .window-frame.csd.message-dialog {
 | 
				
			||||||
    border-radius: 3px; }
 | 
					    border-radius: 3px; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -2158,7 +2158,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2158,7 +2158,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2158,7 +2158,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2505,7 +2505,7 @@ GtkInfoBar {
 | 
				
			|||||||
  &.background {
 | 
					  &.background {
 | 
				
			||||||
    // background-color needs to be set this way otherwise it gets drawn twice
 | 
					    // background-color needs to be set this way otherwise it gets drawn twice
 | 
				
			||||||
    // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
 | 
					    // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
 | 
				
			||||||
    background-color: $osd_bg_color;
 | 
					    background-color: lighten($osd_bg_color, 10%);
 | 
				
			||||||
    background-clip: padding-box;
 | 
					    background-clip: padding-box;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -2673,7 +2673,7 @@ GtkVolumeButton.button { padding: 8px; }
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    &.tooltip {
 | 
					    &.tooltip {
 | 
				
			||||||
      border-radius: 2px;
 | 
					      border-radius: 2px;
 | 
				
			||||||
      box-shadow: 0 1px 3px 1px $_wm_border;
 | 
					      box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    &.message-dialog { border-radius: 3px; }
 | 
					    &.message-dialog { border-radius: 3px; }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
@ -2208,7 +2208,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
@ -2397,7 +2397,7 @@ GtkVolumeButton.button {
 | 
				
			|||||||
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
					    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
				
			||||||
  .window-frame.csd.tooltip {
 | 
					  .window-frame.csd.tooltip {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
 | 
					    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
 | 
				
			||||||
  .window-frame.csd.message-dialog {
 | 
					  .window-frame.csd.message-dialog {
 | 
				
			||||||
    border-radius: 3px; }
 | 
					    border-radius: 3px; }
 | 
				
			||||||
  .window-frame.solid-csd {
 | 
					  .window-frame.solid-csd {
 | 
				
			||||||
 | 
				
			|||||||
@ -2211,7 +2211,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2208,7 +2208,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
@ -2397,7 +2397,7 @@ GtkVolumeButton.button {
 | 
				
			|||||||
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
					    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
				
			||||||
  .window-frame.csd.tooltip {
 | 
					  .window-frame.csd.tooltip {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
 | 
					    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
 | 
				
			||||||
  .window-frame.csd.message-dialog {
 | 
					  .window-frame.csd.message-dialog {
 | 
				
			||||||
    border-radius: 3px; }
 | 
					    border-radius: 3px; }
 | 
				
			||||||
  .window-frame.solid-csd {
 | 
					  .window-frame.solid-csd {
 | 
				
			||||||
 | 
				
			|||||||
@ -2211,7 +2211,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2211,7 +2211,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2211,7 +2211,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2593,7 +2593,7 @@ GtkInfoBar {
 | 
				
			|||||||
  &.background {
 | 
					  &.background {
 | 
				
			||||||
    // background-color needs to be set this way otherwise it gets drawn twice
 | 
					    // background-color needs to be set this way otherwise it gets drawn twice
 | 
				
			||||||
    // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
 | 
					    // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
 | 
				
			||||||
    background-color: $osd_bg_color;
 | 
					    background-color: lighten($osd_bg_color, 10%);
 | 
				
			||||||
    background-clip: padding-box;
 | 
					    background-clip: padding-box;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -2780,7 +2780,7 @@ GtkVolumeButton.button { padding: 8px; }
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    &.tooltip {
 | 
					    &.tooltip {
 | 
				
			||||||
      border-radius: 2px;
 | 
					      border-radius: 2px;
 | 
				
			||||||
      box-shadow: 0 1px 3px 1px $_wm_border;
 | 
					      box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    &.message-dialog { border-radius: 3px; }
 | 
					    &.message-dialog { border-radius: 3px; }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
@ -2320,7 +2320,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
@ -2514,7 +2514,7 @@ GtkVolumeButton.button {
 | 
				
			|||||||
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
					    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
				
			||||||
  .window-frame.csd.tooltip {
 | 
					  .window-frame.csd.tooltip {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
 | 
					    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
 | 
				
			||||||
  .window-frame.csd.message-dialog {
 | 
					  .window-frame.csd.message-dialog {
 | 
				
			||||||
    border-radius: 3px; }
 | 
					    border-radius: 3px; }
 | 
				
			||||||
  .window-frame.solid-csd {
 | 
					  .window-frame.solid-csd {
 | 
				
			||||||
 | 
				
			|||||||
@ -2323,7 +2323,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2320,7 +2320,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
@ -2514,7 +2514,7 @@ GtkVolumeButton.button {
 | 
				
			|||||||
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
					    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
				
			||||||
  .window-frame.csd.tooltip {
 | 
					  .window-frame.csd.tooltip {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
 | 
					    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
 | 
				
			||||||
  .window-frame.csd.message-dialog {
 | 
					  .window-frame.csd.message-dialog {
 | 
				
			||||||
    border-radius: 3px; }
 | 
					    border-radius: 3px; }
 | 
				
			||||||
  .window-frame.solid-csd {
 | 
					  .window-frame.solid-csd {
 | 
				
			||||||
 | 
				
			|||||||
@ -2323,7 +2323,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2327,7 +2327,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2327,7 +2327,7 @@ GtkInfoBar {
 | 
				
			|||||||
  color: #BAC3CF;
 | 
					  color: #BAC3CF;
 | 
				
			||||||
  border-radius: 2px; }
 | 
					  border-radius: 2px; }
 | 
				
			||||||
  .tooltip.background {
 | 
					  .tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
  .tooltip.window-frame.csd {
 | 
					  .tooltip.window-frame.csd {
 | 
				
			||||||
    background-color: transparent; }
 | 
					    background-color: transparent; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2595,7 +2595,7 @@ GtkInfoBar {
 | 
				
			|||||||
  &.background {
 | 
					  &.background {
 | 
				
			||||||
    // background-color needs to be set this way otherwise it gets drawn twice
 | 
					    // background-color needs to be set this way otherwise it gets drawn twice
 | 
				
			||||||
    // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
 | 
					    // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
 | 
				
			||||||
    background-color: $osd_bg_color;
 | 
					    background-color: lighten($osd_bg_color, 10%);
 | 
				
			||||||
    background-clip: padding-box;
 | 
					    background-clip: padding-box;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -2789,7 +2789,7 @@ GtkVolumeButton.button { padding: 8px; }
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    &.tooltip {
 | 
					    &.tooltip {
 | 
				
			||||||
      border-radius: 2px;
 | 
					      border-radius: 2px;
 | 
				
			||||||
      box-shadow: 0 1px 3px 1px $_wm_border;
 | 
					      box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    &.message-dialog { border-radius: 3px; }
 | 
					    &.message-dialog { border-radius: 3px; }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
@ -2794,7 +2794,7 @@ tooltip {
 | 
				
			|||||||
  border-radius: 2px;
 | 
					  border-radius: 2px;
 | 
				
			||||||
  box-shadow: none; }
 | 
					  box-shadow: none; }
 | 
				
			||||||
  tooltip.background {
 | 
					  tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
    tooltip.background label {
 | 
					    tooltip.background label {
 | 
				
			||||||
      padding: 4px; }
 | 
					      padding: 4px; }
 | 
				
			||||||
@ -2955,7 +2955,7 @@ decoration {
 | 
				
			|||||||
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
					    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
				
			||||||
  tooltip.csd decoration {
 | 
					  tooltip.csd decoration {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
 | 
					    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
 | 
				
			||||||
  messagedialog.csd decoration {
 | 
					  messagedialog.csd decoration {
 | 
				
			||||||
    border-radius: 3px; }
 | 
					    border-radius: 3px; }
 | 
				
			||||||
  .solid-csd decoration {
 | 
					  .solid-csd decoration {
 | 
				
			||||||
 | 
				
			|||||||
@ -2793,7 +2793,7 @@ tooltip {
 | 
				
			|||||||
  border-radius: 2px;
 | 
					  border-radius: 2px;
 | 
				
			||||||
  box-shadow: none; }
 | 
					  box-shadow: none; }
 | 
				
			||||||
  tooltip.background {
 | 
					  tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
    tooltip.background label {
 | 
					    tooltip.background label {
 | 
				
			||||||
      padding: 4px; }
 | 
					      padding: 4px; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2794,7 +2794,7 @@ tooltip {
 | 
				
			|||||||
  border-radius: 2px;
 | 
					  border-radius: 2px;
 | 
				
			||||||
  box-shadow: none; }
 | 
					  box-shadow: none; }
 | 
				
			||||||
  tooltip.background {
 | 
					  tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
    tooltip.background label {
 | 
					    tooltip.background label {
 | 
				
			||||||
      padding: 4px; }
 | 
					      padding: 4px; }
 | 
				
			||||||
@ -2955,7 +2955,7 @@ decoration {
 | 
				
			|||||||
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
					    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; }
 | 
				
			||||||
  tooltip.csd decoration {
 | 
					  tooltip.csd decoration {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); }
 | 
					    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); }
 | 
				
			||||||
  messagedialog.csd decoration {
 | 
					  messagedialog.csd decoration {
 | 
				
			||||||
    border-radius: 3px; }
 | 
					    border-radius: 3px; }
 | 
				
			||||||
  .solid-csd decoration {
 | 
					  .solid-csd decoration {
 | 
				
			||||||
 | 
				
			|||||||
@ -2793,7 +2793,7 @@ tooltip {
 | 
				
			|||||||
  border-radius: 2px;
 | 
					  border-radius: 2px;
 | 
				
			||||||
  box-shadow: none; }
 | 
					  box-shadow: none; }
 | 
				
			||||||
  tooltip.background {
 | 
					  tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
    tooltip.background label {
 | 
					    tooltip.background label {
 | 
				
			||||||
      padding: 4px; }
 | 
					      padding: 4px; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2797,7 +2797,7 @@ tooltip {
 | 
				
			|||||||
  border-radius: 2px;
 | 
					  border-radius: 2px;
 | 
				
			||||||
  box-shadow: none; }
 | 
					  box-shadow: none; }
 | 
				
			||||||
  tooltip.background {
 | 
					  tooltip.background {
 | 
				
			||||||
    background-color: #353945;
 | 
					    background-color: #4b5162;
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
    tooltip.background label {
 | 
					    tooltip.background label {
 | 
				
			||||||
      padding: 4px; }
 | 
					      padding: 4px; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2797,7 +2797,7 @@ tooltip {
 | 
				
			|||||||
  border-radius: 2px;
 | 
					  border-radius: 2px;
 | 
				
			||||||
  box-shadow: none; }
 | 
					  box-shadow: none; }
 | 
				
			||||||
  tooltip.background {
 | 
					  tooltip.background {
 | 
				
			||||||
    background-color: rgba(53, 57, 69, 0.95);
 | 
					    background-color: rgba(75, 81, 98, 0.95);
 | 
				
			||||||
    background-clip: padding-box; }
 | 
					    background-clip: padding-box; }
 | 
				
			||||||
    tooltip.background label {
 | 
					    tooltip.background label {
 | 
				
			||||||
      padding: 4px; }
 | 
					      padding: 4px; }
 | 
				
			||||||
 | 
				
			|||||||
@ -2878,7 +2878,7 @@ tooltip {
 | 
				
			|||||||
  &.background {
 | 
					  &.background {
 | 
				
			||||||
    // background-color needs to be set this way otherwise it gets drawn twice
 | 
					    // background-color needs to be set this way otherwise it gets drawn twice
 | 
				
			||||||
    // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
 | 
					    // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
 | 
				
			||||||
    background-color: $osd_bg_color;
 | 
					    background-color: lighten($osd_bg_color, 10%);
 | 
				
			||||||
    background-clip: padding-box;
 | 
					    background-clip: padding-box;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    label { padding: 4px; }
 | 
					    label { padding: 4px; }
 | 
				
			||||||
@ -3105,7 +3105,7 @@ decoration {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
  tooltip.csd & {
 | 
					  tooltip.csd & {
 | 
				
			||||||
    border-radius: 2px;
 | 
					    border-radius: 2px;
 | 
				
			||||||
    box-shadow: 0 1px 3px 1px $_wm_border;
 | 
					    box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3));
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  messagedialog.csd & {
 | 
					  messagedialog.csd & {
 | 
				
			||||||
    border-radius: 3px;
 | 
					    border-radius: 3px;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user