Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gtk
Commits
0b50e1ff
Commit
0b50e1ff
authored
Jan 10, 2015
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HighContrast: draw combo box separators
Same fix as the previous commit.
parent
9c4d478d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/_common.scss
+1
-1
gtk/theme/HighContrast/gtk.css
gtk/theme/HighContrast/gtk.css
+1
-3
No files found.
gtk/theme/HighContrast/_common.scss
View file @
0b50e1ff
...
...
@@ -755,7 +755,7 @@ GtkComboBox {
color
:
$backdrop_insensitive_color
;
}
.menuitem
{
text-shadow
:
none
;
}
.separator
{
.separator
.vertical
{
// always disable separators
-GtkWidget-wide-separators
:
true
;
-GtkWidget-horizontal-separator
:
0
;
...
...
gtk/theme/HighContrast/gtk.css
View file @
0b50e1ff
...
...
@@ -911,9 +911,7 @@ GtkComboBox {
color
:
#7f7f7f
;
}
GtkComboBox
.menuitem
{
text-shadow
:
none
;
}
GtkComboBox
.separator
,
GtkComboBox
GtkPlacesSidebar
.sidebar
.view
.separator
,
GtkPlacesSidebar
.sidebar
.view
GtkComboBox
.separator
,
GtkComboBox
GtkPlacesSidebar
.sidebar
.view
.separator
:backdrop
,
GtkPlacesSidebar
.sidebar
.view
GtkComboBox
.separator
:backdrop
{
GtkComboBox
.separator.vertical
,
GtkComboBox
GtkPlacesSidebar
.sidebar
.view
.vertical.separator
,
GtkPlacesSidebar
.sidebar
.view
GtkComboBox
.vertical.separator
{
-GtkWidget-wide-separators
:
true
;
-GtkWidget-horizontal-separator
:
0
;
-GtkWidget-vertical-separator
:
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment