mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Merge branch 'master' into dark_headerbars
This commit is contained in:
commit
d8bf1b8c97
@ -5,6 +5,7 @@ Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell.
|
|||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
* Gnome/GTK 3.14 or 3.16
|
* Gnome/GTK 3.14 or 3.16
|
||||||
|
* The `gnome-themes-standard` package
|
||||||
* The `gtk2-engines-pixbuf` package only for Debian/Ubuntu based distros.
|
* The `gtk2-engines-pixbuf` package only for Debian/Ubuntu based distros.
|
||||||
* The murrine engine. This has different names depending on your distro.
|
* The murrine engine. This has different names depending on your distro.
|
||||||
* `gtk-engine-murrine` (Arch Linux)
|
* `gtk-engine-murrine` (Arch Linux)
|
||||||
|
@ -394,6 +394,11 @@ TotemGrilo.vertical GdMainView.frame {
|
|||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Synapse
|
||||||
|
//
|
||||||
|
SynapseGuiViewDefault *:selected { background-color: $selected_bg_color; }
|
||||||
|
|
||||||
//
|
//
|
||||||
// Fallback Mode/Budgie Panel
|
// Fallback Mode/Budgie Panel
|
||||||
//
|
//
|
||||||
|
@ -33,7 +33,7 @@ MarlinViewWindow {
|
|||||||
|
|
||||||
GtkBox.sidebar { background-color: transparent; }
|
GtkBox.sidebar { background-color: transparent; }
|
||||||
|
|
||||||
.sidebar, MarlinPlacesSidebar {
|
.sidebar, MarlinPlacesSidebar, NemoPlacesSidebar {
|
||||||
background-color: $dark_sidebar_bg;
|
background-color: $dark_sidebar_bg;
|
||||||
|
|
||||||
.view, .source-list.sidebar row {
|
.view, .source-list.sidebar row {
|
||||||
|
@ -2719,6 +2719,9 @@ EphyWindow .floating-bar {
|
|||||||
TotemGrilo.vertical GdMainView.frame {
|
TotemGrilo.vertical GdMainView.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
SynapseGuiViewDefault *:selected {
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > GtkMenuBar.menubar,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
PanelToplevel,
|
PanelToplevel,
|
||||||
@ -3146,141 +3149,195 @@ NautilusWindow GtkBox.sidebar,
|
|||||||
NemoWindow GtkBox.sidebar,
|
NemoWindow GtkBox.sidebar,
|
||||||
MarlinViewWindow GtkBox.sidebar {
|
MarlinViewWindow GtkBox.sidebar {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar,
|
GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar, GtkFileChooserDialog NemoPlacesSidebar,
|
||||||
NautilusWindow .sidebar,
|
NautilusWindow .sidebar,
|
||||||
NautilusWindow MarlinPlacesSidebar,
|
NautilusWindow MarlinPlacesSidebar,
|
||||||
|
NautilusWindow NemoPlacesSidebar,
|
||||||
NemoWindow .sidebar,
|
NemoWindow .sidebar,
|
||||||
NemoWindow MarlinPlacesSidebar,
|
NemoWindow MarlinPlacesSidebar,
|
||||||
|
NemoWindow NemoPlacesSidebar,
|
||||||
MarlinViewWindow .sidebar,
|
MarlinViewWindow .sidebar,
|
||||||
MarlinViewWindow MarlinPlacesSidebar {
|
MarlinViewWindow MarlinPlacesSidebar,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar {
|
||||||
background-color: #3c4049; }
|
background-color: #3c4049; }
|
||||||
GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row,
|
GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, GtkFileChooserDialog NemoPlacesSidebar .view, GtkFileChooserDialog NemoPlacesSidebar .source-list.sidebar row,
|
||||||
NautilusWindow .sidebar .view,
|
NautilusWindow .sidebar .view,
|
||||||
NautilusWindow .sidebar .source-list.sidebar row,
|
NautilusWindow .sidebar .source-list.sidebar row,
|
||||||
NautilusWindow MarlinPlacesSidebar .view,
|
NautilusWindow MarlinPlacesSidebar .view,
|
||||||
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row,
|
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row,
|
||||||
|
NautilusWindow NemoPlacesSidebar .view,
|
||||||
|
NautilusWindow NemoPlacesSidebar .source-list.sidebar row,
|
||||||
NemoWindow .sidebar .view,
|
NemoWindow .sidebar .view,
|
||||||
NemoWindow .sidebar .source-list.sidebar row,
|
NemoWindow .sidebar .source-list.sidebar row,
|
||||||
NemoWindow MarlinPlacesSidebar .view,
|
NemoWindow MarlinPlacesSidebar .view,
|
||||||
NemoWindow MarlinPlacesSidebar .source-list.sidebar row,
|
NemoWindow MarlinPlacesSidebar .source-list.sidebar row,
|
||||||
|
NemoWindow NemoPlacesSidebar .view,
|
||||||
|
NemoWindow NemoPlacesSidebar .source-list.sidebar row,
|
||||||
MarlinViewWindow .sidebar .view,
|
MarlinViewWindow .sidebar .view,
|
||||||
MarlinViewWindow .sidebar .source-list.sidebar row,
|
MarlinViewWindow .sidebar .source-list.sidebar row,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .view,
|
MarlinViewWindow MarlinPlacesSidebar .view,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row {
|
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .view,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .source-list.sidebar row {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #A8ADB5; }
|
color: #A8ADB5; }
|
||||||
GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image,
|
GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, GtkFileChooserDialog NemoPlacesSidebar .view.image, GtkFileChooserDialog NemoPlacesSidebar .source-list.sidebar row.image,
|
||||||
NautilusWindow .sidebar .view.image,
|
NautilusWindow .sidebar .view.image,
|
||||||
NautilusWindow .sidebar .source-list.sidebar row.image,
|
NautilusWindow .sidebar .source-list.sidebar row.image,
|
||||||
NautilusWindow MarlinPlacesSidebar .view.image,
|
NautilusWindow MarlinPlacesSidebar .view.image,
|
||||||
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
||||||
|
NautilusWindow NemoPlacesSidebar .view.image,
|
||||||
|
NautilusWindow NemoPlacesSidebar .source-list.sidebar row.image,
|
||||||
NemoWindow .sidebar .view.image,
|
NemoWindow .sidebar .view.image,
|
||||||
NemoWindow .sidebar .source-list.sidebar row.image,
|
NemoWindow .sidebar .source-list.sidebar row.image,
|
||||||
NemoWindow MarlinPlacesSidebar .view.image,
|
NemoWindow MarlinPlacesSidebar .view.image,
|
||||||
NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
||||||
|
NemoWindow NemoPlacesSidebar .view.image,
|
||||||
|
NemoWindow NemoPlacesSidebar .source-list.sidebar row.image,
|
||||||
MarlinViewWindow .sidebar .view.image,
|
MarlinViewWindow .sidebar .view.image,
|
||||||
MarlinViewWindow .sidebar .source-list.sidebar row.image,
|
MarlinViewWindow .sidebar .source-list.sidebar row.image,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .view.image,
|
MarlinViewWindow MarlinPlacesSidebar .view.image,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image {
|
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .view.image,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .source-list.sidebar row.image {
|
||||||
color: rgba(168, 173, 181, 0.6); }
|
color: rgba(168, 173, 181, 0.6); }
|
||||||
GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog NemoPlacesSidebar .view.cell:selected, GtkFileChooserDialog NemoPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
NautilusWindow .sidebar .view.cell:selected,
|
NautilusWindow .sidebar .view.cell:selected,
|
||||||
NautilusWindow .sidebar .source-list.sidebar row.cell:selected,
|
NautilusWindow .sidebar .source-list.sidebar row.cell:selected,
|
||||||
NautilusWindow MarlinPlacesSidebar .view.cell:selected,
|
NautilusWindow MarlinPlacesSidebar .view.cell:selected,
|
||||||
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
|
NautilusWindow NemoPlacesSidebar .view.cell:selected,
|
||||||
|
NautilusWindow NemoPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
NemoWindow .sidebar .view.cell:selected,
|
NemoWindow .sidebar .view.cell:selected,
|
||||||
NemoWindow .sidebar .source-list.sidebar row.cell:selected,
|
NemoWindow .sidebar .source-list.sidebar row.cell:selected,
|
||||||
NemoWindow MarlinPlacesSidebar .view.cell:selected,
|
NemoWindow MarlinPlacesSidebar .view.cell:selected,
|
||||||
NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
|
NemoWindow NemoPlacesSidebar .view.cell:selected,
|
||||||
|
NemoWindow NemoPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
MarlinViewWindow .sidebar .view.cell:selected,
|
MarlinViewWindow .sidebar .view.cell:selected,
|
||||||
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
|
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
|
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
|
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .view.cell:selected,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .source-list.sidebar row.cell:selected {
|
||||||
background-color: #5294E2;
|
background-color: #5294E2;
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
|
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, GtkFileChooserDialog NemoPlacesSidebar.frame,
|
||||||
NautilusWindow .sidebar.frame,
|
NautilusWindow .sidebar.frame,
|
||||||
NautilusWindow MarlinPlacesSidebar.frame,
|
NautilusWindow MarlinPlacesSidebar.frame,
|
||||||
|
NautilusWindow NemoPlacesSidebar.frame,
|
||||||
NemoWindow .sidebar.frame,
|
NemoWindow .sidebar.frame,
|
||||||
NemoWindow MarlinPlacesSidebar.frame,
|
NemoWindow MarlinPlacesSidebar.frame,
|
||||||
|
NemoWindow NemoPlacesSidebar.frame,
|
||||||
MarlinViewWindow .sidebar.frame,
|
MarlinViewWindow .sidebar.frame,
|
||||||
MarlinViewWindow MarlinPlacesSidebar.frame {
|
MarlinViewWindow MarlinPlacesSidebar.frame,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar.frame {
|
||||||
color: #A8ADB5; }
|
color: #A8ADB5; }
|
||||||
GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator,
|
GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, GtkFileChooserDialog NemoPlacesSidebar .separator, GtkFileChooserDialog NemoPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog NemoPlacesSidebar .view.separator,
|
||||||
NautilusWindow .sidebar .separator,
|
NautilusWindow .sidebar .separator,
|
||||||
NautilusWindow GtkPlacesSidebar.sidebar .view.separator,
|
NautilusWindow GtkPlacesSidebar.sidebar .view.separator,
|
||||||
NautilusWindow MarlinPlacesSidebar .separator,
|
NautilusWindow MarlinPlacesSidebar .separator,
|
||||||
NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
GtkPlacesSidebar.sidebar NautilusWindow MarlinPlacesSidebar .view.separator,
|
GtkPlacesSidebar.sidebar NautilusWindow MarlinPlacesSidebar .view.separator,
|
||||||
|
NautilusWindow NemoPlacesSidebar .separator,
|
||||||
|
NautilusWindow NemoPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
|
GtkPlacesSidebar.sidebar NautilusWindow NemoPlacesSidebar .view.separator,
|
||||||
NemoWindow .sidebar .separator,
|
NemoWindow .sidebar .separator,
|
||||||
NemoWindow GtkPlacesSidebar.sidebar .view.separator,
|
NemoWindow GtkPlacesSidebar.sidebar .view.separator,
|
||||||
NemoWindow MarlinPlacesSidebar .separator,
|
NemoWindow MarlinPlacesSidebar .separator,
|
||||||
NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
GtkPlacesSidebar.sidebar NemoWindow MarlinPlacesSidebar .view.separator,
|
GtkPlacesSidebar.sidebar NemoWindow MarlinPlacesSidebar .view.separator,
|
||||||
|
NemoWindow NemoPlacesSidebar .separator,
|
||||||
|
NemoWindow NemoPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
|
GtkPlacesSidebar.sidebar NemoWindow NemoPlacesSidebar .view.separator,
|
||||||
MarlinViewWindow .sidebar .separator,
|
MarlinViewWindow .sidebar .separator,
|
||||||
MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator,
|
MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .separator,
|
MarlinViewWindow MarlinPlacesSidebar .separator,
|
||||||
MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
GtkPlacesSidebar.sidebar MarlinViewWindow MarlinPlacesSidebar .view.separator {
|
GtkPlacesSidebar.sidebar MarlinViewWindow MarlinPlacesSidebar .view.separator,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .separator,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
|
GtkPlacesSidebar.sidebar MarlinViewWindow NemoPlacesSidebar .view.separator {
|
||||||
color: transparent; }
|
color: transparent; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.trough, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.trough,
|
GtkFileChooserDialog .sidebar .scrollbar.trough, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.trough, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.trough,
|
||||||
NautilusWindow .sidebar .scrollbar.trough,
|
NautilusWindow .sidebar .scrollbar.trough,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.trough,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.trough,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.trough,
|
||||||
NemoWindow .sidebar .scrollbar.trough,
|
NemoWindow .sidebar .scrollbar.trough,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.trough,
|
NemoWindow MarlinPlacesSidebar .scrollbar.trough,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.trough,
|
||||||
MarlinViewWindow .sidebar .scrollbar.trough,
|
MarlinViewWindow .sidebar .scrollbar.trough,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.trough {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.trough,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.trough {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider,
|
GtkFileChooserDialog .sidebar .scrollbar.slider, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider,
|
||||||
NautilusWindow .sidebar .scrollbar.slider,
|
NautilusWindow .sidebar .scrollbar.slider,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider,
|
||||||
NemoWindow .sidebar .scrollbar.slider,
|
NemoWindow .sidebar .scrollbar.slider,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider,
|
MarlinViewWindow .sidebar .scrollbar.slider,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border: 3px solid transparent;
|
border: 3px solid transparent;
|
||||||
background-color: rgba(209, 212, 216, 0.7); }
|
background-color: rgba(209, 212, 216, 0.7); }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider:hover, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:hover,
|
GtkFileChooserDialog .sidebar .scrollbar.slider:hover, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:hover, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider:hover,
|
||||||
NautilusWindow .sidebar .scrollbar.slider:hover,
|
NautilusWindow .sidebar .scrollbar.slider:hover,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider:hover,
|
||||||
NemoWindow .sidebar .scrollbar.slider:hover,
|
NemoWindow .sidebar .scrollbar.slider:hover,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider:hover,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider:hover,
|
MarlinViewWindow .sidebar .scrollbar.slider:hover,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:hover {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider:hover {
|
||||||
background-color: #dfe1e4; }
|
background-color: #dfe1e4; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
GtkFileChooserDialog .sidebar .scrollbar.slider:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:prelight:active, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
NautilusWindow .sidebar .scrollbar.slider:prelight:active,
|
NautilusWindow .sidebar .scrollbar.slider:prelight:active,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
NemoWindow .sidebar .scrollbar.slider:prelight:active,
|
NemoWindow .sidebar .scrollbar.slider:prelight:active,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider:prelight:active,
|
MarlinViewWindow .sidebar .scrollbar.slider:prelight:active,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider:prelight:active {
|
||||||
background-color: #5294E2; }
|
background-color: #5294E2; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider.fine-tune, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
GtkFileChooserDialog .sidebar .scrollbar.slider.fine-tune, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider.fine-tune, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
NautilusWindow .sidebar .scrollbar.slider.fine-tune,
|
NautilusWindow .sidebar .scrollbar.slider.fine-tune,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
NemoWindow .sidebar .scrollbar.slider.fine-tune,
|
NemoWindow .sidebar .scrollbar.slider.fine-tune,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider.fine-tune,
|
MarlinViewWindow .sidebar .scrollbar.slider.fine-tune,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider.fine-tune {
|
||||||
border-width: 4px; }
|
border-width: 4px; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider.fine-tune:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
GtkFileChooserDialog .sidebar .scrollbar.slider.fine-tune:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
NautilusWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
NautilusWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
NemoWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
NemoWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
MarlinViewWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider.fine-tune:prelight:active {
|
||||||
background-color: #5294E2; }
|
background-color: #5294E2; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
GtkFileChooserDialog .sidebar .scrollbar.slider:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:insensitive, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
NautilusWindow .sidebar .scrollbar.slider:insensitive,
|
NautilusWindow .sidebar .scrollbar.slider:insensitive,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
NemoWindow .sidebar .scrollbar.slider:insensitive,
|
NemoWindow .sidebar .scrollbar.slider:insensitive,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider:insensitive,
|
MarlinViewWindow .sidebar .scrollbar.slider:insensitive,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:insensitive {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider:insensitive {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
GtkFileChooserDialog.maximized .sidebar,
|
GtkFileChooserDialog.maximized .sidebar,
|
||||||
NautilusWindow.maximized .sidebar,
|
NautilusWindow.maximized .sidebar,
|
||||||
|
@ -2719,6 +2719,9 @@ EphyWindow .floating-bar {
|
|||||||
TotemGrilo.vertical GdMainView.frame {
|
TotemGrilo.vertical GdMainView.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
SynapseGuiViewDefault *:selected {
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > GtkMenuBar.menubar,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
PanelToplevel,
|
PanelToplevel,
|
||||||
@ -3146,141 +3149,195 @@ NautilusWindow GtkBox.sidebar,
|
|||||||
NemoWindow GtkBox.sidebar,
|
NemoWindow GtkBox.sidebar,
|
||||||
MarlinViewWindow GtkBox.sidebar {
|
MarlinViewWindow GtkBox.sidebar {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar,
|
GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar, GtkFileChooserDialog NemoPlacesSidebar,
|
||||||
NautilusWindow .sidebar,
|
NautilusWindow .sidebar,
|
||||||
NautilusWindow MarlinPlacesSidebar,
|
NautilusWindow MarlinPlacesSidebar,
|
||||||
|
NautilusWindow NemoPlacesSidebar,
|
||||||
NemoWindow .sidebar,
|
NemoWindow .sidebar,
|
||||||
NemoWindow MarlinPlacesSidebar,
|
NemoWindow MarlinPlacesSidebar,
|
||||||
|
NemoWindow NemoPlacesSidebar,
|
||||||
MarlinViewWindow .sidebar,
|
MarlinViewWindow .sidebar,
|
||||||
MarlinViewWindow MarlinPlacesSidebar {
|
MarlinViewWindow MarlinPlacesSidebar,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar {
|
||||||
background-color: rgba(60, 64, 73, 0.95); }
|
background-color: rgba(60, 64, 73, 0.95); }
|
||||||
GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row,
|
GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, GtkFileChooserDialog NemoPlacesSidebar .view, GtkFileChooserDialog NemoPlacesSidebar .source-list.sidebar row,
|
||||||
NautilusWindow .sidebar .view,
|
NautilusWindow .sidebar .view,
|
||||||
NautilusWindow .sidebar .source-list.sidebar row,
|
NautilusWindow .sidebar .source-list.sidebar row,
|
||||||
NautilusWindow MarlinPlacesSidebar .view,
|
NautilusWindow MarlinPlacesSidebar .view,
|
||||||
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row,
|
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row,
|
||||||
|
NautilusWindow NemoPlacesSidebar .view,
|
||||||
|
NautilusWindow NemoPlacesSidebar .source-list.sidebar row,
|
||||||
NemoWindow .sidebar .view,
|
NemoWindow .sidebar .view,
|
||||||
NemoWindow .sidebar .source-list.sidebar row,
|
NemoWindow .sidebar .source-list.sidebar row,
|
||||||
NemoWindow MarlinPlacesSidebar .view,
|
NemoWindow MarlinPlacesSidebar .view,
|
||||||
NemoWindow MarlinPlacesSidebar .source-list.sidebar row,
|
NemoWindow MarlinPlacesSidebar .source-list.sidebar row,
|
||||||
|
NemoWindow NemoPlacesSidebar .view,
|
||||||
|
NemoWindow NemoPlacesSidebar .source-list.sidebar row,
|
||||||
MarlinViewWindow .sidebar .view,
|
MarlinViewWindow .sidebar .view,
|
||||||
MarlinViewWindow .sidebar .source-list.sidebar row,
|
MarlinViewWindow .sidebar .source-list.sidebar row,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .view,
|
MarlinViewWindow MarlinPlacesSidebar .view,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row {
|
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .view,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .source-list.sidebar row {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #A8ADB5; }
|
color: #A8ADB5; }
|
||||||
GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image,
|
GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, GtkFileChooserDialog NemoPlacesSidebar .view.image, GtkFileChooserDialog NemoPlacesSidebar .source-list.sidebar row.image,
|
||||||
NautilusWindow .sidebar .view.image,
|
NautilusWindow .sidebar .view.image,
|
||||||
NautilusWindow .sidebar .source-list.sidebar row.image,
|
NautilusWindow .sidebar .source-list.sidebar row.image,
|
||||||
NautilusWindow MarlinPlacesSidebar .view.image,
|
NautilusWindow MarlinPlacesSidebar .view.image,
|
||||||
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
||||||
|
NautilusWindow NemoPlacesSidebar .view.image,
|
||||||
|
NautilusWindow NemoPlacesSidebar .source-list.sidebar row.image,
|
||||||
NemoWindow .sidebar .view.image,
|
NemoWindow .sidebar .view.image,
|
||||||
NemoWindow .sidebar .source-list.sidebar row.image,
|
NemoWindow .sidebar .source-list.sidebar row.image,
|
||||||
NemoWindow MarlinPlacesSidebar .view.image,
|
NemoWindow MarlinPlacesSidebar .view.image,
|
||||||
NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
||||||
|
NemoWindow NemoPlacesSidebar .view.image,
|
||||||
|
NemoWindow NemoPlacesSidebar .source-list.sidebar row.image,
|
||||||
MarlinViewWindow .sidebar .view.image,
|
MarlinViewWindow .sidebar .view.image,
|
||||||
MarlinViewWindow .sidebar .source-list.sidebar row.image,
|
MarlinViewWindow .sidebar .source-list.sidebar row.image,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .view.image,
|
MarlinViewWindow MarlinPlacesSidebar .view.image,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image {
|
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .view.image,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .source-list.sidebar row.image {
|
||||||
color: rgba(168, 173, 181, 0.6); }
|
color: rgba(168, 173, 181, 0.6); }
|
||||||
GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog NemoPlacesSidebar .view.cell:selected, GtkFileChooserDialog NemoPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
NautilusWindow .sidebar .view.cell:selected,
|
NautilusWindow .sidebar .view.cell:selected,
|
||||||
NautilusWindow .sidebar .source-list.sidebar row.cell:selected,
|
NautilusWindow .sidebar .source-list.sidebar row.cell:selected,
|
||||||
NautilusWindow MarlinPlacesSidebar .view.cell:selected,
|
NautilusWindow MarlinPlacesSidebar .view.cell:selected,
|
||||||
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
|
NautilusWindow NemoPlacesSidebar .view.cell:selected,
|
||||||
|
NautilusWindow NemoPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
NemoWindow .sidebar .view.cell:selected,
|
NemoWindow .sidebar .view.cell:selected,
|
||||||
NemoWindow .sidebar .source-list.sidebar row.cell:selected,
|
NemoWindow .sidebar .source-list.sidebar row.cell:selected,
|
||||||
NemoWindow MarlinPlacesSidebar .view.cell:selected,
|
NemoWindow MarlinPlacesSidebar .view.cell:selected,
|
||||||
NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
|
NemoWindow NemoPlacesSidebar .view.cell:selected,
|
||||||
|
NemoWindow NemoPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
MarlinViewWindow .sidebar .view.cell:selected,
|
MarlinViewWindow .sidebar .view.cell:selected,
|
||||||
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
|
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
|
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
|
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .view.cell:selected,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .source-list.sidebar row.cell:selected {
|
||||||
background-color: #5294E2;
|
background-color: #5294E2;
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
|
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, GtkFileChooserDialog NemoPlacesSidebar.frame,
|
||||||
NautilusWindow .sidebar.frame,
|
NautilusWindow .sidebar.frame,
|
||||||
NautilusWindow MarlinPlacesSidebar.frame,
|
NautilusWindow MarlinPlacesSidebar.frame,
|
||||||
|
NautilusWindow NemoPlacesSidebar.frame,
|
||||||
NemoWindow .sidebar.frame,
|
NemoWindow .sidebar.frame,
|
||||||
NemoWindow MarlinPlacesSidebar.frame,
|
NemoWindow MarlinPlacesSidebar.frame,
|
||||||
|
NemoWindow NemoPlacesSidebar.frame,
|
||||||
MarlinViewWindow .sidebar.frame,
|
MarlinViewWindow .sidebar.frame,
|
||||||
MarlinViewWindow MarlinPlacesSidebar.frame {
|
MarlinViewWindow MarlinPlacesSidebar.frame,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar.frame {
|
||||||
color: #A8ADB5; }
|
color: #A8ADB5; }
|
||||||
GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator,
|
GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, GtkFileChooserDialog NemoPlacesSidebar .separator, GtkFileChooserDialog NemoPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog NemoPlacesSidebar .view.separator,
|
||||||
NautilusWindow .sidebar .separator,
|
NautilusWindow .sidebar .separator,
|
||||||
NautilusWindow GtkPlacesSidebar.sidebar .view.separator,
|
NautilusWindow GtkPlacesSidebar.sidebar .view.separator,
|
||||||
NautilusWindow MarlinPlacesSidebar .separator,
|
NautilusWindow MarlinPlacesSidebar .separator,
|
||||||
NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
GtkPlacesSidebar.sidebar NautilusWindow MarlinPlacesSidebar .view.separator,
|
GtkPlacesSidebar.sidebar NautilusWindow MarlinPlacesSidebar .view.separator,
|
||||||
|
NautilusWindow NemoPlacesSidebar .separator,
|
||||||
|
NautilusWindow NemoPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
|
GtkPlacesSidebar.sidebar NautilusWindow NemoPlacesSidebar .view.separator,
|
||||||
NemoWindow .sidebar .separator,
|
NemoWindow .sidebar .separator,
|
||||||
NemoWindow GtkPlacesSidebar.sidebar .view.separator,
|
NemoWindow GtkPlacesSidebar.sidebar .view.separator,
|
||||||
NemoWindow MarlinPlacesSidebar .separator,
|
NemoWindow MarlinPlacesSidebar .separator,
|
||||||
NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
GtkPlacesSidebar.sidebar NemoWindow MarlinPlacesSidebar .view.separator,
|
GtkPlacesSidebar.sidebar NemoWindow MarlinPlacesSidebar .view.separator,
|
||||||
|
NemoWindow NemoPlacesSidebar .separator,
|
||||||
|
NemoWindow NemoPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
|
GtkPlacesSidebar.sidebar NemoWindow NemoPlacesSidebar .view.separator,
|
||||||
MarlinViewWindow .sidebar .separator,
|
MarlinViewWindow .sidebar .separator,
|
||||||
MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator,
|
MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .separator,
|
MarlinViewWindow MarlinPlacesSidebar .separator,
|
||||||
MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
GtkPlacesSidebar.sidebar MarlinViewWindow MarlinPlacesSidebar .view.separator {
|
GtkPlacesSidebar.sidebar MarlinViewWindow MarlinPlacesSidebar .view.separator,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .separator,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar GtkPlacesSidebar.sidebar .view.separator,
|
||||||
|
GtkPlacesSidebar.sidebar MarlinViewWindow NemoPlacesSidebar .view.separator {
|
||||||
color: transparent; }
|
color: transparent; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.trough, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.trough,
|
GtkFileChooserDialog .sidebar .scrollbar.trough, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.trough, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.trough,
|
||||||
NautilusWindow .sidebar .scrollbar.trough,
|
NautilusWindow .sidebar .scrollbar.trough,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.trough,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.trough,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.trough,
|
||||||
NemoWindow .sidebar .scrollbar.trough,
|
NemoWindow .sidebar .scrollbar.trough,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.trough,
|
NemoWindow MarlinPlacesSidebar .scrollbar.trough,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.trough,
|
||||||
MarlinViewWindow .sidebar .scrollbar.trough,
|
MarlinViewWindow .sidebar .scrollbar.trough,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.trough {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.trough,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.trough {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: transparent; }
|
border-color: transparent; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider,
|
GtkFileChooserDialog .sidebar .scrollbar.slider, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider,
|
||||||
NautilusWindow .sidebar .scrollbar.slider,
|
NautilusWindow .sidebar .scrollbar.slider,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider,
|
||||||
NemoWindow .sidebar .scrollbar.slider,
|
NemoWindow .sidebar .scrollbar.slider,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider,
|
MarlinViewWindow .sidebar .scrollbar.slider,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border: 3px solid transparent;
|
border: 3px solid transparent;
|
||||||
background-color: rgba(209, 212, 216, 0.7); }
|
background-color: rgba(209, 212, 216, 0.7); }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider:hover, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:hover,
|
GtkFileChooserDialog .sidebar .scrollbar.slider:hover, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:hover, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider:hover,
|
||||||
NautilusWindow .sidebar .scrollbar.slider:hover,
|
NautilusWindow .sidebar .scrollbar.slider:hover,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider:hover,
|
||||||
NemoWindow .sidebar .scrollbar.slider:hover,
|
NemoWindow .sidebar .scrollbar.slider:hover,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider:hover,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider:hover,
|
MarlinViewWindow .sidebar .scrollbar.slider:hover,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:hover {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:hover,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider:hover {
|
||||||
background-color: #dfe1e4; }
|
background-color: #dfe1e4; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
GtkFileChooserDialog .sidebar .scrollbar.slider:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:prelight:active, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
NautilusWindow .sidebar .scrollbar.slider:prelight:active,
|
NautilusWindow .sidebar .scrollbar.slider:prelight:active,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
NemoWindow .sidebar .scrollbar.slider:prelight:active,
|
NemoWindow .sidebar .scrollbar.slider:prelight:active,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider:prelight:active,
|
MarlinViewWindow .sidebar .scrollbar.slider:prelight:active,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:prelight:active,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider:prelight:active {
|
||||||
background-color: #5294E2; }
|
background-color: #5294E2; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider.fine-tune, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
GtkFileChooserDialog .sidebar .scrollbar.slider.fine-tune, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider.fine-tune, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
NautilusWindow .sidebar .scrollbar.slider.fine-tune,
|
NautilusWindow .sidebar .scrollbar.slider.fine-tune,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
NemoWindow .sidebar .scrollbar.slider.fine-tune,
|
NemoWindow .sidebar .scrollbar.slider.fine-tune,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider.fine-tune,
|
MarlinViewWindow .sidebar .scrollbar.slider.fine-tune,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider.fine-tune {
|
||||||
border-width: 4px; }
|
border-width: 4px; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider.fine-tune:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
GtkFileChooserDialog .sidebar .scrollbar.slider.fine-tune:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
NautilusWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
NautilusWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
NemoWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
NemoWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
MarlinViewWindow .sidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider.fine-tune:prelight:active,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider.fine-tune:prelight:active {
|
||||||
background-color: #5294E2; }
|
background-color: #5294E2; }
|
||||||
GtkFileChooserDialog .sidebar .scrollbar.slider:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
GtkFileChooserDialog .sidebar .scrollbar.slider:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .scrollbar.slider:insensitive, GtkFileChooserDialog NemoPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
NautilusWindow .sidebar .scrollbar.slider:insensitive,
|
NautilusWindow .sidebar .scrollbar.slider:insensitive,
|
||||||
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
NautilusWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
|
NautilusWindow NemoPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
NemoWindow .sidebar .scrollbar.slider:insensitive,
|
NemoWindow .sidebar .scrollbar.slider:insensitive,
|
||||||
NemoWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
NemoWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
|
NemoWindow NemoPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
MarlinViewWindow .sidebar .scrollbar.slider:insensitive,
|
MarlinViewWindow .sidebar .scrollbar.slider:insensitive,
|
||||||
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:insensitive {
|
MarlinViewWindow MarlinPlacesSidebar .scrollbar.slider:insensitive,
|
||||||
|
MarlinViewWindow NemoPlacesSidebar .scrollbar.slider:insensitive {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
GtkFileChooserDialog.maximized .sidebar,
|
GtkFileChooserDialog.maximized .sidebar,
|
||||||
NautilusWindow.maximized .sidebar,
|
NautilusWindow.maximized .sidebar,
|
||||||
|
@ -442,6 +442,11 @@ TotemGrilo.vertical GdMainView.frame {
|
|||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Synapse
|
||||||
|
//
|
||||||
|
SynapseGuiViewDefault *:selected { background-color: $selected_bg_color; }
|
||||||
|
|
||||||
//
|
//
|
||||||
// Fallback Mode/Budgie Panel
|
// Fallback Mode/Budgie Panel
|
||||||
//
|
//
|
||||||
|
@ -2666,6 +2666,9 @@ EphyWindow .floating-bar {
|
|||||||
TotemGrilo.vertical GdMainView.frame {
|
TotemGrilo.vertical GdMainView.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
SynapseGuiViewDefault *:selected {
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > GtkMenuBar.menubar,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
PanelToplevel,
|
PanelToplevel,
|
||||||
|
@ -2666,6 +2666,9 @@ EphyWindow .floating-bar {
|
|||||||
TotemGrilo.vertical GdMainView.frame {
|
TotemGrilo.vertical GdMainView.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
SynapseGuiViewDefault *:selected {
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > GtkMenuBar.menubar,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
PanelToplevel,
|
PanelToplevel,
|
||||||
|
@ -1,30 +1,32 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_left_active_shaded_xpm[] = {
|
static char * top_left_active_shaded_xpm[] = {
|
||||||
"5 24 3 1",
|
"5 24 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #EEEFF1",
|
". c #ECEDF0",
|
||||||
"+ c #E7E8EB",
|
"+ c #EEEFF1",
|
||||||
" ..",
|
"@ c #E8E9EB",
|
||||||
" ..++",
|
"# c #E7E8EB",
|
||||||
" .+++",
|
" .+++",
|
||||||
".++++",
|
".@###",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++"};
|
"#####",
|
||||||
|
"#####",
|
||||||
|
"#####"};
|
||||||
|
@ -1,30 +1,32 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_left_active_xpm[] = {
|
static char * top_left_active_xpm[] = {
|
||||||
"5 24 3 1",
|
"5 24 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #EEEFF1",
|
". c #ECEDF0",
|
||||||
"+ c #E7E8EB",
|
"+ c #EEEFF1",
|
||||||
" ..",
|
"@ c #E8E9EB",
|
||||||
" ..++",
|
"# c #E7E8EB",
|
||||||
" .+++",
|
" .+++",
|
||||||
".++++",
|
".@###",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++"};
|
"#####",
|
||||||
|
"#####",
|
||||||
|
"#####"};
|
||||||
|
@ -1,30 +1,32 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_left_inactive_xpm[] = {
|
static char * top_left_inactive_xpm[] = {
|
||||||
"5 24 3 1",
|
"5 24 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #EEEFF1",
|
". c #ECEDF0",
|
||||||
"+ c #E7E8EB",
|
"+ c #EEEFF1",
|
||||||
" ..",
|
"@ c #E8E9EB",
|
||||||
" ..++",
|
"# c #E7E8EB",
|
||||||
" .+++",
|
" .+++",
|
||||||
".++++",
|
".@###",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++",
|
"#####",
|
||||||
"+++++"};
|
"#####",
|
||||||
|
"#####",
|
||||||
|
"#####"};
|
||||||
|
@ -1,30 +1,32 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_right_active_shaded_xpm[] = {
|
static char * top_right_active_shaded_xpm[] = {
|
||||||
"5 24 3 1",
|
"5 24 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #EEEFF1",
|
". c #EEEFF1",
|
||||||
"+ c #E7E8EB",
|
"+ c #ECEDF0",
|
||||||
".. ",
|
"@ c #E7E8EB",
|
||||||
"++.. ",
|
"# c #E8E9EB",
|
||||||
"+++. ",
|
"...+ ",
|
||||||
"++++.",
|
"@@@#+",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++"};
|
"@@@@@",
|
||||||
|
"@@@@@",
|
||||||
|
"@@@@@"};
|
||||||
|
@ -1,30 +1,32 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_right_active_xpm[] = {
|
static char * top_right_active_xpm[] = {
|
||||||
"5 24 3 1",
|
"5 24 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #EEEFF1",
|
". c #EEEFF1",
|
||||||
"+ c #E7E8EB",
|
"+ c #ECEDF0",
|
||||||
".. ",
|
"@ c #E7E8EB",
|
||||||
"++.. ",
|
"# c #E8E9EB",
|
||||||
"+++. ",
|
"...+ ",
|
||||||
"++++.",
|
"@@@#+",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++"};
|
"@@@@@",
|
||||||
|
"@@@@@",
|
||||||
|
"@@@@@"};
|
||||||
|
@ -1,30 +1,32 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_right_inactive_xpm[] = {
|
static char * top_right_inactive_xpm[] = {
|
||||||
"5 24 3 1",
|
"5 24 5 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #EEEFF1",
|
". c #EEEFF1",
|
||||||
"+ c #E7E8EB",
|
"+ c #ECEDF0",
|
||||||
".. ",
|
"@ c #E7E8EB",
|
||||||
"++.. ",
|
"# c #E8E9EB",
|
||||||
"+++. ",
|
"...+ ",
|
||||||
"++++.",
|
"@@@#+",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++",
|
"@@@@@",
|
||||||
"+++++"};
|
"@@@@@",
|
||||||
|
"@@@@@",
|
||||||
|
"@@@@@"};
|
||||||
|
@ -9,11 +9,11 @@ AC_DEFUN([ARC_ENABLE], [
|
|||||||
)],
|
)],
|
||||||
[ENABLE_$1="$enableval"],
|
[ENABLE_$1="$enableval"],
|
||||||
[AS_IF(
|
[AS_IF(
|
||||||
[test "x$4" == "xdisable"],
|
[test "x$4" = "xdisable"],
|
||||||
[ENABLE_$1="yes"],
|
[ENABLE_$1="yes"],
|
||||||
[ENABLE_$1="no"]
|
[ENABLE_$1="no"]
|
||||||
)]
|
)]
|
||||||
)
|
)
|
||||||
AM_CONDITIONAL([ENABLE_$1], [test "x$ENABLE_$1" == "xyes"])
|
AM_CONDITIONAL([ENABLE_$1], [test "x$ENABLE_$1" = "xyes"])
|
||||||
AC_SUBST([ENABLE_$1])
|
AC_SUBST([ENABLE_$1])
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user