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
407d3fae
Commit
407d3fae
authored
Aug 26, 2015
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adwaita: Theme calendar day names differently
Just to show how its done. This will need some tweaks.
parent
692f60eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/_common.scss
+5
-2
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained-dark.css
+4
-1
No files found.
gtk/theme/Adwaita/_common.scss
View file @
407d3fae
...
...
@@ -2747,8 +2747,11 @@ GtkCalendar {
}
}
&
:inconsistent
,
&
:inconsistent:backdrop
,
&
.highlight
,
&
.highlight
:backdrop
{
color
:
gtkalpha
(
currentColor
,
0
.55
);
}
&
:inconsistent
,
&
:inconsistent:backdrop
{
color
:
gtkalpha
(
currentColor
,
0
.55
);
}
&
.highlight
,
&
.highlight
:backdrop
{
color
:
$fg_color
;
background
:
$borders_color
;
}
&
:backdrop
{
...
...
gtk/theme/Adwaita/gtk-contained-dark.css
View file @
407d3fae
...
...
@@ -3685,8 +3685,11 @@ GtkCalendar {
GtkCalendar
.button
:insensitive
,
.header-bar
GtkCalendar
.button.titlebutton
:insensitive
,
.titlebar
GtkCalendar
.button.titlebutton
:insensitive
{
color
:
rgba
(
147
,
150
,
149
,
0.45
);
}
GtkCalendar
:inconsistent
,
GtkCalendar
:inconsistent:backdrop
,
GtkCalendar
.highlight
,
GtkCalendar
.highlight
:backdrop
{
GtkCalendar
:inconsistent
,
GtkCalendar
:inconsistent:backdrop
{
color
:
alpha
(
currentColor
,
0.55
);
}
GtkCalendar
.highlight
,
GtkCalendar
.highlight
:backdrop
{
color
:
#eeeeec
;
background
:
#1c1f1f
;
}
GtkCalendar
:backdrop
{
color
:
#d4d4d4
;
border-color
:
#1e2222
;
}
...
...
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