Update the generated css for the previous commit

This commit is contained in:
Matthias Clasen 2015-10-30 14:51:41 -04:00
parent 33ac663b13
commit 97c1782246
3 changed files with 52 additions and 50 deletions

View File

@ -119,7 +119,7 @@ GtkTextView {
.grid-child:selected {
outline-offset: -2px; }
.popover.osd, .app-notification,
popover.osd, .app-notification,
.app-notification.frame, .osd .scale-popup, .osd {
color: #eeeeec;
border: none;
@ -129,7 +129,7 @@ GtkTextView {
box-shadow: none;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }
.popover.osd:backdrop, .app-notification:backdrop, .osd .scale-popup:backdrop, .osd:backdrop {
popover.osd:backdrop, .app-notification:backdrop, .osd .scale-popup:backdrop, .osd:backdrop {
text-shadow: none; }
/*********************
@ -2097,31 +2097,31 @@ column-header .titlebar button.titlebutton,
/***************
* Popovers *
***************/
.popover {
popover {
padding: 2px;
border: 1px solid #1c1f1f;
border-radius: 5px;
background-color: #313434;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.popover:backdrop {
popover:backdrop {
box-shadow: none; }
.popover > .list,
.popover > .view,
.popover > .toolbar,
.popover > .inline-toolbar,
.popover > .search-bar,
.popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar {
popover > .list,
popover > .view,
popover > .toolbar,
popover > .inline-toolbar,
popover > .search-bar,
popover > .location-bar, popover.osd > .toolbar, popover.osd > .inline-toolbar, popover.osd > .search-bar, popover.osd > .location-bar {
border-style: none;
background-color: transparent; }
.popover button.flat, .popover .sidebar-button.button, .popover headerbar button.titlebutton, headerbar .popover button.titlebutton,
.popover .titlebar button.titlebutton,
.titlebar .popover button.titlebutton,
.popover button.flat:hover,
.popover .sidebar-button.button:hover,
.popover headerbar button.titlebutton:hover,
headerbar .popover button.titlebutton:hover,
.popover .titlebar button.titlebutton:hover,
.titlebar .popover button.titlebutton:hover {
popover button.flat, popover .sidebar-button.button, popover headerbar button.titlebutton, headerbar popover button.titlebutton,
popover .titlebar button.titlebutton,
.titlebar popover button.titlebutton,
popover button.flat:hover,
popover .sidebar-button.button:hover,
popover headerbar button.titlebutton:hover,
headerbar popover button.titlebutton:hover,
popover .titlebar button.titlebutton:hover,
.titlebar popover button.titlebutton:hover {
text-shadow: none;
transition: none; }

View File

@ -119,7 +119,7 @@ GtkTextView {
.grid-child:selected {
outline-offset: -2px; }
.popover.osd, .app-notification,
popover.osd, .app-notification,
.app-notification.frame, .osd .scale-popup, .osd {
color: #eeeeec;
border: none;
@ -129,7 +129,7 @@ GtkTextView {
box-shadow: none;
text-shadow: 0 1px black;
icon-shadow: 0 1px black; }
.popover.osd:backdrop, .app-notification:backdrop, .osd .scale-popup:backdrop, .osd:backdrop {
popover.osd:backdrop, .app-notification:backdrop, .osd .scale-popup:backdrop, .osd:backdrop {
text-shadow: none; }
/*********************
@ -2103,31 +2103,31 @@ column-header .titlebar button.titlebutton,
/***************
* Popovers *
***************/
.popover {
popover {
padding: 2px;
border: 1px solid #a1a1a1;
border-radius: 5px;
background-color: #f6f6f6;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.popover:backdrop {
popover:backdrop {
box-shadow: none; }
.popover > .list,
.popover > .view,
.popover > .toolbar,
.popover > .inline-toolbar,
.popover > .search-bar,
.popover > .location-bar, .popover.osd > .toolbar, .popover.osd > .inline-toolbar, .popover.osd > .search-bar, .popover.osd > .location-bar {
popover > .list,
popover > .view,
popover > .toolbar,
popover > .inline-toolbar,
popover > .search-bar,
popover > .location-bar, popover.osd > .toolbar, popover.osd > .inline-toolbar, popover.osd > .search-bar, popover.osd > .location-bar {
border-style: none;
background-color: transparent; }
.popover button.flat, .popover .sidebar-button.button, .popover headerbar button.titlebutton, headerbar .popover button.titlebutton,
.popover .titlebar button.titlebutton,
.titlebar .popover button.titlebutton,
.popover button.flat:hover,
.popover .sidebar-button.button:hover,
.popover headerbar button.titlebutton:hover,
headerbar .popover button.titlebutton:hover,
.popover .titlebar button.titlebutton:hover,
.titlebar .popover button.titlebutton:hover {
popover button.flat, popover .sidebar-button.button, popover headerbar button.titlebutton, headerbar popover button.titlebutton,
popover .titlebar button.titlebutton,
.titlebar popover button.titlebutton,
popover button.flat:hover,
popover .sidebar-button.button:hover,
popover headerbar button.titlebutton:hover,
headerbar popover button.titlebutton:hover,
popover .titlebar button.titlebutton:hover,
.titlebar popover button.titlebutton:hover {
text-shadow: none;
transition: none; }

View File

@ -1352,7 +1352,7 @@ GtkTreeView.view.progressbar {
/***************
* Popovers *
***************/
.popover {
popover {
margin: 10px;
padding: 2px;
border-color: gray;
@ -1361,26 +1361,28 @@ GtkTreeView.view.progressbar {
border-radius: 5px;
background-color: #fff;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
.popover:backdrop {
popover:backdrop {
box-shadow: none; }
.popover > .list, .popover > .view, .popover > .toolbar {
popover > .list, popover > .view, popover > .toolbar {
background-color: transparent; }
.popover separator, .popover GtkPlacesSidebar.sidebar .view separator, GtkPlacesSidebar.sidebar .view .popover separator {
popover separator, popover GtkPlacesSidebar.sidebar .view separator, GtkPlacesSidebar.sidebar .view popover separator,
popover GtkPlacesSidebar.sidebar .view separator:backdrop,
GtkPlacesSidebar.sidebar .view popover separator:backdrop {
color: #000;
background-color: transparent;
border: 0; }
.popover button.flat, .popover .sidebar-button.button,
.popover button.flat:hover,
.popover .sidebar-button.button:hover {
popover button.flat, popover .sidebar-button.button,
popover button.flat:hover,
popover .sidebar-button.button:hover {
color: #000;
text-shadow: none;
transition: none; }
.popover.osd {
popover.osd {
background-image: none;
background-color: rgba(0, 0, 0, 0.8);
border: 1px solid gray;
color: #fff; }
.popover.osd button {
popover.osd button {
color: white;
text-shadow: none;
border-width: 2px;
@ -1390,21 +1392,21 @@ GtkTreeView.view.progressbar {
background-color: rgba(0, 0, 0, 0.8);
border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; }
.popover.osd button:hover {
popover.osd button:hover {
border-width: 2px;
border-style: solid;
color: #fff;
background-color: rgba(77, 77, 77, 0.8);
border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; }
.popover.osd button:active {
popover.osd button:active {
border-width: 2px;
border-style: solid;
color: rgba(0, 0, 0, 0.8);
background-color: #fff;
border-color: rgba(255, 255, 255, 0.2);
box-shadow: none; }
.popover.osd button:insensitive {
popover.osd button:insensitive {
border-width: 2px;
border-style: solid;
border-color: rgba(255, 255, 255, 0.2);