few more fixes
parent
1aa1b7e498
commit
507c7bb855
gtk-3.0
metacity-1
|
@ -27,6 +27,10 @@
|
|||
/***********************
|
||||
* pathbar breadcrumbs *
|
||||
***********************/
|
||||
|
||||
NemoToolbar > GtkToolItem {
|
||||
margin-left: 15px;
|
||||
}
|
||||
NemoPathbarButton {
|
||||
border-color: shade(@toolbar_bg_color, 0.8);
|
||||
background-color: shade(@toolbar_bg_color, 1.08);
|
||||
|
@ -60,7 +64,7 @@ NemoWindow NemoIconView {
|
|||
background-color: @base_color;
|
||||
}
|
||||
|
||||
.sidebar > NemoPlacesSidebar NemoPlacesTreeView row {
|
||||
NemoPlacesTreeView row {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8);
|
||||
-NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
|
||||
-NemoPlacesTreeView-disk-full-bar-width: 2px;
|
||||
|
@ -69,7 +73,7 @@ NemoWindow NemoIconView {
|
|||
-NemoPlacesTreeView-disk-full-max-length: 70px;
|
||||
}
|
||||
|
||||
.sidebar > NemoPlacesSidebar NemoPlacesTreeView row:selected {
|
||||
NemoPlacesTreeView row:selected {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color;
|
||||
-NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4);
|
||||
color: @theme_selected_bg_color;
|
||||
|
@ -77,21 +81,16 @@ NemoWindow NemoIconView {
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
.sidebar > NemoPlacesSidebar NemoPlacesTreeView row:hover {
|
||||
NemoPlacesTreeView row:hover {
|
||||
color: @theme_selected_bg_color;
|
||||
|
||||
}
|
||||
|
||||
.sidebar > NemoPlacesSidebar NemoPlacesTreeView row:selected:hover {
|
||||
NemoPlacesTreeView row:selected:hover {
|
||||
color: @theme_selected_fg_color;
|
||||
text-shadow: 1px 1px 1px @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
NemoWindow .dialog-vbox .notebook tab.top {
|
||||
padding: 8px 15px;
|
||||
}
|
||||
|
||||
|
||||
/*********************
|
||||
* Toolbar *
|
||||
*********************/
|
||||
|
@ -120,9 +119,9 @@ NemoWindow .menubar > .menuitem:hover {
|
|||
color: shade(@fg_color, 0.85);
|
||||
}
|
||||
|
||||
NemoStatusBar .button.image-button {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
NemoStatusBar.toolbar .button.image-button {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
|
|
@ -3264,10 +3264,10 @@ GtkViewport.frame {
|
|||
* action-bar *
|
||||
**************/
|
||||
.action-bar {
|
||||
padding: 4px;
|
||||
padding: 5px;
|
||||
border-width: 1px 0 0 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.6);
|
||||
border-color: shade(@theme_bg_color, 0.9);
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<name>Numix-Frost</name>
|
||||
<author>Satyajit Sahoo</author>
|
||||
<copyright>GPL-3.0+</copyright>
|
||||
<date>15 April 2015</date>
|
||||
<date>28 April 2015</date>
|
||||
<description>Numix Frost Metacity Theme</description>
|
||||
</info>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
<distance name="right_titlebar_edge" value="4" />
|
||||
<distance name="title_vertical_pad" value="0" />
|
||||
<aspect_ratio name="button" value="1.0" />
|
||||
<border name="title_border" left="8" right="8" top="4" bottom="4" />
|
||||
<border name="title_border" left="8" right="8" top="6" bottom="6" />
|
||||
<border name="button_border" left="0" right="0" top="0" bottom="0" />
|
||||
</frame_geometry>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<name>Numix-Frost</name>
|
||||
<author>Satyajit Sahoo</author>
|
||||
<copyright>GPL-3.0+</copyright>
|
||||
<date>15 April 2015</date>
|
||||
<date>28 April 2015</date>
|
||||
<description>Numix Frost Mutter Theme</description>
|
||||
</info>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
<distance name="right_titlebar_edge" value="4" />
|
||||
<distance name="title_vertical_pad" value="0" />
|
||||
<aspect_ratio name="button" value="1.0" />
|
||||
<border name="title_border" left="8" right="8" top="4" bottom="4" />
|
||||
<border name="title_border" left="8" right="8" top="6" bottom="6" />
|
||||
<border name="button_border" left="0" right="0" top="0" bottom="0" />
|
||||
</frame_geometry>
|
||||
|
||||
|
|
Loading…
Reference in New Issue