Carlos Soriano
df81c98b65
update theme
2015-02-20 17:15:31 +01:00
Carlos Soriano
43ada376f8
popupMenu: Use a StWidget instead of a Separator
...
We don't use the gradient part of a Separator, so we can
just use a StWidget instead and shut up some warnings
2015-02-20 17:15:31 +01:00
Carlos Soriano
e317bfdab7
theme: Use gnome-shell-sass as a submodule
...
The sass sources now live in a project in GNOME, so they can
be used in multiple projects like gnome-shell-extensions.
Because of that, add gnome-shell-sass as a submodule of gnome-shell
and remove the sass sources from the theme directory.
2015-02-20 17:15:29 +01:00
Florian Müllner
f38263a67f
status: Stop using .panel-status-button
...
This used to be the style-class for status icons (i.e. icon-only
top bar items). It got unused a while ago when the class used
by status icons stopped using it - except for the keyboard indicator,
which set the class manually to appear as status icon despite not
being a real icon.
Now that the button highlight is provided by the .panel-button class
on a parent, the obsolete class results in a double border on the
keyboard indicator when active - just drop it from there as well
to fix.
2015-02-20 15:16:58 +01:00
Jakub Steiner
3a03a36533
theme: sass code structure
2015-02-20 15:16:58 +01:00
Florian Müllner
9f3a7ab432
Fix .panel-menu
...
While clearly related to the top bar, it's not a child, so the
selector "#panel .panel-menu" does not match anything.
2015-02-20 15:16:58 +01:00
Florian Müllner
f3f887da73
Fix panel-menu margin regression
...
Commit 7bb7734869
got lost in SASS ...
2015-02-20 15:16:57 +01:00
Jakub Steiner
443e0e6b1f
theme: fix borders on the dash
...
- the goal is to have the items activate even on the edge
sadly this Fitzsiness is only working on the app vault icon
at the bottom, not the regular icons so far.
2015-02-20 15:16:57 +01:00
Jakub Steiner
8b65871c90
theme: fix some placeholder colors
2015-02-20 15:16:57 +01:00
Jakub Steiner
59b9ffa864
theme: tweaks
...
- popover separators
- ws switcher osd colors
2015-02-20 15:16:57 +01:00
Jakub Steiner
c9965f43c1
theme: avoid hardcoded color
...
- calendar day with events (for classic)
2015-02-20 15:16:57 +01:00
Jakub Steiner
fada6645a2
theme: more osd fixed (for login screen)
2015-02-20 15:16:57 +01:00
Jakub Steiner
e516b40c8c
theme: system-menu-action colors
2015-02-20 15:16:57 +01:00
Carlos Soriano
2c795f7d05
theme: Add music notification as well
2015-02-20 15:16:57 +01:00
Jakub Steiner
94438e9d69
theme: more osd fixes
2015-02-20 15:16:57 +01:00
Jakub Steiner
4d12baea02
theme: osd fixes
2015-02-20 15:16:57 +01:00
Jakub Steiner
f34b5a04a1
theme: osd fixes
2015-02-20 15:16:56 +01:00
Jakub Steiner
5c5ed37b8b
theme: consistent osd colors for overview
...
- needed for reusal of the same theme for light/dark variant
(gnome3 vs classic)
2015-02-20 15:16:56 +01:00
Jakub Steiner
3e40168e54
theme: notification bubbles on screen shield
2015-02-20 15:16:56 +01:00
Jakub Steiner
a2a7ca6882
theme: appmenu label shadow no longer needed
2015-02-20 15:16:56 +01:00
Carlos Soriano
ce5a82a294
theme: Adapt screenshield to mockups
2015-02-20 15:16:56 +01:00
Jakub Steiner
462bfccc7e
theme: revert back to osd colors due to classic mode
2015-02-20 15:16:08 +01:00
Jakub Steiner
61be034c6d
theme: login & screen shield theming
2015-02-20 15:16:08 +01:00
Jakub Steiner
da49b8110e
theme: final touches on calendar widget
...
- rectangular weekends still clashed with the round
selection/today
2015-02-20 15:16:07 +01:00
Jakub Steiner
7b3eeefc85
theme: calendar widget visual cleanup
...
- clean up visual noise
- some typos in selectors & properties I missed
- misused opacify instead of transparentize
2015-02-20 15:16:07 +01:00
Jakub Steiner
fc1849b475
theme: background menu
2015-02-20 15:16:07 +01:00
Jakub Steiner
ef999930f6
theme: ibus candidate popup
2015-02-20 15:16:07 +01:00
Jakub Steiner
402676be84
theme: subkeys themeing for OSK
2015-02-20 15:16:07 +01:00
Jakub Steiner
c68abfbacf
theme: on screen keyboard + bits
2015-02-20 15:16:07 +01:00
Jakub Steiner
2758c71cf7
theme: embolden the parent item of a submenu
2015-02-20 15:16:07 +01:00
Jakub Steiner
b772a14cbd
theme: overview searchbox rounding out of place
2015-02-20 15:16:07 +01:00
Carlos Soriano
8d66fff2aa
popupMenu: Add active CSS pseudo class
...
So we can style it differently than :hover.
We already have a active state for the menu items which includes
more than hover. For example, when the keyboard focus moves to a item
or we select programatically a item.
For this reason we need a style class named active for the meaning we
give to it in menu items, and a pseudo class active with the meaning
CSS has.
https://bugzilla.gnome.org/show_bug.cgi?id=744680
2015-02-20 15:16:07 +01:00
Carlos Soriano
75e0894de0
theme: typo
2015-02-20 15:16:06 +01:00
Carlos Soriano
fbef56b602
theme: Fix caption border gap
...
Since widnows decorations with round corners has a special shape,
which when scaled we can't match with a simple border-radius.
So to prevent to show a gap between the caption border and the
caption itself, apply a shadow.
2015-02-20 15:16:06 +01:00
Carlos Soriano
c398e02700
popup: Include active item as part of the submenu
2015-02-20 15:16:06 +01:00
Jakub Steiner
48cfd35b65
theme: a button is a button is a button
...
https://bugzilla.gnome.org/show_bug.cgi?id=737785
2015-02-20 15:16:06 +01:00
Jakub Steiner
ce38ae64cc
theme: banner buttons
2015-02-20 15:14:46 +01:00
Jakub Steiner
98e6fd9cfb
theme: run dialog tweaks
2015-02-20 15:14:46 +01:00
Jakub Steiner
b30ecd29d8
theme: clean up dialogs
2015-02-20 15:14:46 +01:00
Jakub Steiner
a0df7aa2b8
theme: symbolic icons for App menu
...
- possibly too early as only core apps come with
symbolic icon installed by default.
2015-02-20 15:14:45 +01:00
Jakub Steiner
e2500092fd
theme: calendar fixups
...
- pager button
- day of week
- top date label
- FIXME: current date needs non-uniform border colors
2015-02-20 15:14:45 +01:00
Jakub Steiner
cbeebbf264
theme: minor OSD tweak
2015-02-20 15:14:45 +01:00
Jakub Steiner
aebf641d2d
theme: system modals
2015-02-20 15:14:45 +01:00
Jakub Steiner
1c8af221af
theme: initial stab at High Contrast theme
2015-02-20 15:14:45 +01:00
Jakub Steiner
f0ef47a70a
theme: tiled window previews
2015-02-20 15:14:45 +01:00
Jakub Steiner
5f0030edf7
theme: more selection color bits
2015-02-20 15:14:45 +01:00
Jakub Steiner
dde91ab9a6
theme: use selected bg color consistently
2015-02-20 15:14:45 +01:00
Jakub Steiner
3680f7c814
theme: sync dash padding with OSD
2015-02-20 15:14:45 +01:00
Jakub Steiner
a27ca0765a
theme: OSD app/workspace switcher
2015-02-20 15:14:44 +01:00
Jakub Steiner
fa76e39717
theme: NM dialogs
2015-02-20 15:14:44 +01:00