paper-gtk-theme/Paper/gtk-3.0/apps/calendar.css

54 lines
1.6 KiB
CSS
Raw Normal View History

2015-02-27 23:30:26 +01:00
/* Copyright 2015 Sam Hewitt.
2014-12-15 04:19:51 +01:00
*
* This file is part of the Paper GTK theme.
*
* The Paper GTK theme is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* The Paper GTK theme is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
* Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
2015-04-25 05:01:51 +02:00
@define-color calendar #F34235;
2014-12-15 04:19:51 +01:00
/**********
* Header *
**********/
2015-04-25 05:01:51 +02:00
MayaViewMayaToolbar .titlebar .header-bar,
2014-12-15 18:09:13 +01:00
CaliforniaHostMainWindow .header-bar,
CaliforniaHostMainWindow .titlebar {
2015-04-25 05:01:51 +02:00
background-color: @calendar;
2014-12-15 04:19:51 +01:00
}
2015-04-25 05:01:51 +02:00
MayaViewMayaToolbar .titlebar .header-bar:backdrop,
2014-12-15 18:09:13 +01:00
CaliforniaHostMainWindow .header-bar:backdrop,
CaliforniaHostMainWindow .titlebar:backdrop {
2015-04-25 05:01:51 +02:00
background-color: shade(@calendar,0.9);
2014-12-15 04:19:51 +01:00
}
/* Switch */
CaliforniaHostMainWindow .header-bar GtkSwitch.trough:active {
2015-04-25 05:01:51 +02:00
background-color: @calendar;
2014-12-15 04:19:51 +01:00
}
CaliforniaHostMainWindow GtkSwitch.trough:active {
2015-04-25 05:01:51 +02:00
border: 1px solid shade(@calendar, 0.8);
background-color: @calendar;
2014-12-15 04:19:51 +01:00
}
CaliforniaHostMainWindow GtkSwitch.slider:active {
2015-04-25 05:01:51 +02:00
border: 1px solid shade(@calendar, 0.8);
2014-12-15 04:19:51 +01:00
}
CaliforniaHostMainWindow .header-bar GtkSwitch.slider:active:backdrop,
CaliforniaHostMainWindow .header-bar GtkSwitch.slider:backdrop {
2015-04-25 05:01:51 +02:00
background-color: shade(@calendar, 0.9);
2014-12-15 04:19:51 +01:00
}