You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
2.6 KiB
105 lines
2.6 KiB
/************
|
|
* Nautilus *
|
|
************/
|
|
|
|
.nautilus-desktop.nautilus-canvas-item {
|
|
color: @theme_base_color;
|
|
text-shadow: 1px 1px alpha (@theme_fg_color, 0.8);
|
|
}
|
|
|
|
.nautilus-desktop.nautilus-canvas-item:active,
|
|
.nautilus-desktop.nautilus-canvas-item:hover,
|
|
.nautilus-desktop.nautilus-canvas-item:selected {
|
|
text-shadow: none;
|
|
}
|
|
|
|
.nautilus-desktop .entry {
|
|
background-image: none;
|
|
border-image: none;
|
|
}
|
|
|
|
/*******************
|
|
* gnome-documents *
|
|
*******************/
|
|
|
|
.documents-scrolledwin.frame {
|
|
border-width: 1px 0 0 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.documents-main-view.view {
|
|
background-color: @theme_base_color;
|
|
}
|
|
|
|
iconview.documents-main-view.check {
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-color: @theme_base_color;
|
|
}
|
|
|
|
.documents-selection-mode.toolbar {
|
|
border-width: 0;
|
|
}
|
|
|
|
.documents-selection-mode.toolbar .dim-label {
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
.documents-icon-bg {
|
|
background-color: @switch_trough_active_gradient_a;
|
|
border-radius: 3px;
|
|
color: @theme_base_color;
|
|
}
|
|
|
|
.documents-collection-icon {
|
|
background-color: @theme_bg_color;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/* gnome-weather */
|
|
|
|
#weather-page stack > scrolledwindow > viewport.frame,
|
|
#weather-page stack > scrolledwindow > viewport.frame > grid > frame {
|
|
background-color: transparent;
|
|
}
|
|
|
|
#weather-page frame.weather-clear .linked.stack-switcher.osd > button,
|
|
#weather-page frame.weather-overcast .linked.stack-switcher.osd > button,
|
|
#weather-page frame.weather-overcast stack > scrolledwindow > .frame label {
|
|
color: @theme_fg_color;
|
|
text-shadow: none;
|
|
}
|
|
|
|
#weather-page frame.weather-clear .linked.stack-switcher.osd > button:checked,
|
|
#weather-page frame.weather-overcast .linked.stack-switcher.osd > button:checked {
|
|
color: @osd_button_fg_active;
|
|
}
|
|
|
|
/*********
|
|
* Unity *
|
|
*********/
|
|
|
|
UnityPanelWidget,
|
|
.unity-panel {
|
|
background-image: none;
|
|
background-color: @theme_bg_color;
|
|
color: @theme_fg_color;
|
|
border-width: 0;
|
|
}
|
|
|
|
.unity-panel menubar menuitem:hover {
|
|
background-color: @menu_bg_color;
|
|
border-style: solid;
|
|
border-width: 1px 1px 0px;
|
|
border-color: @menubar_menuitem_hover_border_color;
|
|
border-radius: 3px 3px 0 0;
|
|
background-image: -gtk-gradient (linear,
|
|
left top,
|
|
left bottom,
|
|
from (@menubar_menuitem_hover_gradient_a),
|
|
color-stop (0.50, @menubar_menuitem_hover_gradient_b),
|
|
color-stop (0.50, @menubar_menuitem_hover_gradient_c),
|
|
to (@menubar_menuitem_hover_gradient_d));
|
|
}
|
|
|