This commit is contained in:
vinceliuice
2020-07-31 15:03:06 +08:00
parent 3225a992ac
commit 1e2abd3f83
6 changed files with 55 additions and 4 deletions

View File

@@ -5905,6 +5905,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0;
}
#weather-page,
#weekly-forecast-frame {
border-bottom-right-radius: 14px;
}
#weather-page-content-view {
border-bottom-right-radius: 14px;
border-bottom-left-radius: 14px;
}
stack.view.polari-entry-area {
background-color: #333333;
border-top: 1px solid rgba(255, 255, 255, 0.12);

View File

@@ -5905,6 +5905,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0;
}
#weather-page,
#weekly-forecast-frame {
border-bottom-right-radius: 14px;
}
#weather-page-content-view {
border-bottom-right-radius: 14px;
border-bottom-left-radius: 14px;
}
stack.view.polari-entry-area {
background-color: #333333;
border-top: 1px solid rgba(255, 255, 255, 0.12);

View File

@@ -5930,6 +5930,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0;
}
#weather-page,
#weekly-forecast-frame {
border-bottom-right-radius: 14px;
}
#weather-page-content-view {
border-bottom-right-radius: 14px;
border-bottom-left-radius: 14px;
}
stack.view.polari-entry-area {
background-color: #f5f5f5;
border-top: 1px solid rgba(0, 0, 0, 0.12);

View File

@@ -5930,6 +5930,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
border-left-width: 0;
}
#weather-page,
#weekly-forecast-frame {
border-bottom-right-radius: 14px;
}
#weather-page-content-view {
border-bottom-right-radius: 14px;
border-bottom-left-radius: 14px;
}
stack.view.polari-entry-area {
background-color: #f5f5f5;
border-top: 1px solid rgba(0, 0, 0, 0.12);

View File

@@ -1488,6 +1488,18 @@ notebook.main-notebook {
}
}
//
// Gnome Weather
#weather-page,
#weekly-forecast-frame {
border-bottom-right-radius: $wm_radius;
}
#weather-page-content-view {
border-bottom-right-radius: $wm_radius;
border-bottom-left-radius: $wm_radius;
}
//
// Polari
//