pull/9/head
parent f53d850ebe
commit e18ce0691f

@ -6,15 +6,12 @@ background-color: #404040;
#GnomeIcon{ #GnomeIcon{
border-style:solid; border-style:solid;
border-bottom-width: 1px; border-bottom-width: 1px;
border-image: linear-gradient(90deg, #aaaaaa 0%, rgba(170,170,170,0) 80%); border-image: linear-gradient(90deg, alpha(@theme_text_color,0.4) 55%, alpha(@theme_bg_color, 0) 100%);
border-image-slice: 1; border-image-slice: 1;
} }
#SepIcon{ #SepIcon{
border-style:solid; background-color: alpha(@theme_text_color, 0.6);
border-bottom-width: 2px;
border-image: linear-gradient(90deg, #aaaaaa 0%, rgba(170,170,170,0) 100%);
border-image-slice: 1;
} }
#iconlabel { #iconlabel {
@ -30,31 +27,26 @@ background-color: #404040;
.noborder { .noborder {
border: none; border: none;
} }
.menu:hover {
border-color:alpha(@theme_text_color, 0.3);
}
.menu {
border-color:alpha(@theme_text_color, 0.3);
}
.menu:hover >* {
border-color:alpha(@theme_text_color, 0.3);
}
.menuitembottom{ .menuitembottom{
margin-top:0px; margin-top:0px;
margin-bottom:0px; margin-bottom:3px;
border-color:alpha(@theme_text_color, 0.4);
border-style:solid;
border-left-width:1px;
border-bottom-width:1px;
border-right-width:1px;
} }
.menuitemmiddle{ .menuitemmiddle{
margin-top:0px; margin-top:0px;
margin-bottom:0px; margin-bottom:0px;
border-color:alpha(@theme_text_color, 0.4);
border-style:solid;
border-left-width:1px;
border-right-width:1px;
} }
.menuitemtop{ .menuitemtop{
margin-bottom:0px; margin-bottom:0px;
border-color:alpha(@theme_text_color, 0.4);
border-style:solid;
border-left-width:1px;
border-top-width:1px;
border-right-width:1px;
} }
.menuitemtop *{ .menuitemtop *{
margin:2px 2px 0 2px; margin:2px 2px 0 2px;
@ -70,41 +62,45 @@ background-color: #404040;
} }
.menuitemtop:hover { .menuitemtop:hover {
background:@theme_bg_color; background:@theme_bg_color;
border-color:transparent;
} }
.menuitemmiddle:hover { .menuitemmiddle:hover {
background:@theme_bg_color; background:@theme_bg_color;
border:none;
} }
.menuitembottom:hover { .menuitembottom:hover {
background:@theme_bg_color; background:@theme_bg_color;
border:none;
} }
.menuitemtop:hover* { .menuitemtop:hover* {
margin:2px 2px 0 2px; margin:2px 2px 0 2px;
padding: 5px 10px 3px 5px; padding: 5px 10px 3px 5px;
background:@theme_selected_bg_color; background:@theme_selected_bg_color;
border-color:transparent;
border-radius: 2px; border-radius: 2px;
border:none;
} }
.menuitemmiddle:hover* { .menuitemmiddle:hover* {
margin:0 2px 0 2px; margin:0 2px 0 2px;
padding: 3px 10px 3px 5px; padding: 3px 10px 3px 5px;
background:@theme_selected_bg_color; background:@theme_selected_bg_color;
border-color:transparent;
border-radius: 2px; border-radius: 2px;
} }
.menuitembottom:hover* { .menuitembottom:hover* {
margin:0 2px 2px 2px; margin:0 2px 2px 2px;
padding: 3px 10px 5px 5px; padding: 3px 10px 5px 5px;
background:@theme_selected_bg_color; background:@theme_selected_bg_color;
border-color:transparent;
border-radius: 2px; border-radius: 2px;
} }
.menu {
border:none; .workingbg, #workingbg {
}
.workingbg {
background-color:@theme_base_color; background-color:@theme_base_color;
} }
.workingbg.view.cell:selected{ .workingbg.view.cell:selected{
background-color:@theme_selected_bg_color; background-color:@theme_selected_bg_color;
} }
.bkim {
background: rgba(122,122,122,0.3);
}

@ -196,6 +196,7 @@
<object class="GtkViewport"> <object class="GtkViewport">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="resize-mode">immediate</property>
<child> <child>
<object class="GtkBox" id="Gnomeicvpack"> <object class="GtkBox" id="Gnomeicvpack">
<property name="visible">True</property> <property name="visible">True</property>
@ -206,16 +207,10 @@
<child> <child>
<placeholder/> <placeholder/>
</child> </child>
<style>
<class name="workingbg"/>
</style>
</object> </object>
</child> </child>
</object> </object>
</child> </child>
<style>
<class name="workingbg"/>
</style>
</object> </object>
<packing> <packing>
<property name="resize">False</property> <property name="resize">False</property>
@ -984,7 +979,7 @@
<object class="GtkImage" id="image1"> <object class="GtkImage" id="image1">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="stock">gtk-go-back</property> <property name="icon-name">go-first-symbolic</property>
</object> </object>
<object class="GtkWindow" id="MainWindow"> <object class="GtkWindow" id="MainWindow">
<property name="can-focus">False</property> <property name="can-focus">False</property>
@ -1010,6 +1005,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="halign">center</property> <property name="halign">center</property>
<property name="stock">gtk-missing-image</property>
<property name="icon_size">3</property> <property name="icon_size">3</property>
<style> <style>
<class name="noborder"/> <class name="noborder"/>
@ -1239,10 +1235,6 @@
<property name="margin-end">10</property> <property name="margin-end">10</property>
<property name="image">image1</property> <property name="image">image1</property>
<signal name="clicked" handler="on_backToSettingsButton_clicked" swapped="no"/> <signal name="clicked" handler="on_backToSettingsButton_clicked" swapped="no"/>
<style>
<class name="button"/>
<class name="darkborder"/>
</style>
</object> </object>
<packing> <packing>
<property name="position">1</property> <property name="position">1</property>
@ -1603,31 +1595,29 @@
<column type="gfloat"/> <column type="gfloat"/>
<!-- column-name gfloat2 --> <!-- column-name gfloat2 -->
<column type="gfloat"/> <column type="gfloat"/>
<!-- column-name gint1 -->
<column type="gint"/>
</columns> </columns>
</object> </object>
<object class="GtkIconView" id="iconTemplate"> <object class="GtkIconView" id="iconTemplate">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="margin">6</property> <property name="margin">0</property>
<property name="item-orientation">horizontal</property> <property name="item-orientation">horizontal</property>
<property name="model">liststoreTemplate</property> <property name="model">liststoreTemplate</property>
<property name="item-padding">10</property> <property name="item-width">135</property>
<property name="row-spacing">0</property>
<property name="column-spacing">0</property>
<property name="item-padding">0</property>
<child> <child>
<object class="GtkCellRendererPixbuf" id="iconPic"/> <object class="GtkCellRendererPixbuf" id="iconPic"/>
<attributes> <attributes>
<attribute name="height">4</attribute>
<attribute name="xalign">2</attribute> <attribute name="xalign">2</attribute>
<attribute name="yalign">3</attribute> <attribute name="yalign">3</attribute>
<attribute name="pixbuf">0</attribute> <attribute name="pixbuf">0</attribute>
</attributes> </attributes>
</child> </child>
<child>
<object class="GtkCellRendererText" id="iconText"/>
<attributes>
<attribute name="xalign">2</attribute>
<attribute name="yalign">3</attribute>
<attribute name="text">1</attribute>
</attributes>
</child>
<style> <style>
<class name="workingbg"/> <class name="workingbg"/>
</style> </style>
@ -1636,6 +1626,10 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
</object> </object>
<object class="GtkMenu" id="menu3">
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
<object class="GtkListStore" id="settingsModelCombobox"> <object class="GtkListStore" id="settingsModelCombobox">
<columns> <columns>
<!-- column-name gchararray1 --> <!-- column-name gchararray1 -->

Loading…
Cancel
Save