mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
Fixed gnome app issues
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
@import 'apps/nautilus';
|
||||
@import 'apps/editor';
|
||||
@import 'apps/builder';
|
||||
@import 'apps/calculator';
|
||||
@import 'apps/editor';
|
||||
@import 'apps/nautilus';
|
||||
@import 'apps/weather';
|
||||
@import 'apps/other';
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
87
src/sass/libadwaita/apps/_weather.scss
Normal file
87
src/sass/libadwaita/apps/_weather.scss
Normal file
@@ -0,0 +1,87 @@
|
||||
//
|
||||
// Gnome Weather
|
||||
//
|
||||
|
||||
#places-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#temperature-label {
|
||||
font-size: 32pt;
|
||||
font-weight: 900;
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
#conditions-grid *:backdrop {
|
||||
color: $secondary_text_color;
|
||||
}
|
||||
|
||||
.content-view.cell {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#locationEntry {
|
||||
margin: $base_padding;
|
||||
}
|
||||
|
||||
.weather-popover {
|
||||
margin-top: $base_padding;
|
||||
}
|
||||
|
||||
.forecast-card {
|
||||
transition: border-radius 100ms ease-out;
|
||||
border-radius: $button_radius;
|
||||
}
|
||||
|
||||
.forecast-card separator {
|
||||
background-color: $border_color;
|
||||
}
|
||||
|
||||
#daily-forecast-box {
|
||||
> separator:last-child {
|
||||
background-color: transparent;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#conditions-grid,
|
||||
#attributionGrid {
|
||||
margin-left: $base_padding * 3;
|
||||
margin-right: $base_padding * 3;
|
||||
}
|
||||
|
||||
#weather-page .small .forecast-card {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
border-radius: 0;
|
||||
border-width: 1px 0;
|
||||
}
|
||||
|
||||
WeatherThermometer {
|
||||
margin-bottom: $base_padding * 2;
|
||||
}
|
||||
|
||||
.forecast-button {
|
||||
margin: 0 $base_padding * 2;
|
||||
}
|
||||
|
||||
.forecast-graphic {
|
||||
margin: $base_padding * 3;
|
||||
}
|
||||
|
||||
button.osd.circular {
|
||||
border-radius: $circular_radius;
|
||||
min-width: $small_size;
|
||||
min-height: $small_size;
|
||||
padding: $base_padding;
|
||||
}
|
||||
|
||||
button.osd.circular > image {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
scrolledwindow.inline list,
|
||||
scrolledwindow.inline listview {
|
||||
background: none;
|
||||
color: inherit;
|
||||
}
|
Reference in New Issue
Block a user