mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-05-26 21:58:33 +00:00
update
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user