|
|
|
@ -1605,18 +1605,13 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.calendar {
|
|
|
|
.calendar {
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
margin: 0 8px;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
background: none;
|
|
|
|
background: none;
|
|
|
|
padding: 0;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
|
|
|
|
|
|
|
.calendar,
|
|
|
|
|
|
|
|
.datemenu-today-button,
|
|
|
|
|
|
|
|
.datemenu-displays-box,
|
|
|
|
|
|
|
|
.message-list-sections {
|
|
|
|
|
|
|
|
margin: 0 8px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-displays-section {
|
|
|
|
.datemenu-displays-section {
|
|
|
|
@ -1631,6 +1626,17 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
spacing: 4px;
|
|
|
|
spacing: 4px;
|
|
|
|
border: 0 solid rgba(255, 255, 255, 0.12);
|
|
|
|
border: 0 solid rgba(255, 255, 255, 0.12);
|
|
|
|
padding: 0 8px;
|
|
|
|
padding: 0 8px;
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-calendar-column:hover, .datemenu-calendar-column:focus {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.06);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-calendar-column:active {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-calendar-column:ltr {
|
|
|
|
.datemenu-calendar-column:ltr {
|
|
|
|
@ -1643,51 +1649,17 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
border-right-width: 0;
|
|
|
|
border-right-width: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button,
|
|
|
|
.datemenu-today-button {
|
|
|
|
.world-clocks-button,
|
|
|
|
min-height: 48px;
|
|
|
|
.weather-button,
|
|
|
|
|
|
|
|
.events-button,
|
|
|
|
|
|
|
|
.message-list-section-title,
|
|
|
|
|
|
|
|
.events-section-title {
|
|
|
|
|
|
|
|
min-height: 20px;
|
|
|
|
|
|
|
|
padding: 4px 8px;
|
|
|
|
padding: 4px 8px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
background: none;
|
|
|
|
|
|
|
|
text-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
|
|
|
|
background: none;
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button:hover, .datemenu-today-button:focus,
|
|
|
|
|
|
|
|
.world-clocks-button:hover,
|
|
|
|
|
|
|
|
.world-clocks-button:focus,
|
|
|
|
|
|
|
|
.weather-button:hover,
|
|
|
|
|
|
|
|
.weather-button:focus,
|
|
|
|
|
|
|
|
.events-button:hover,
|
|
|
|
|
|
|
|
.events-button:focus,
|
|
|
|
|
|
|
|
.message-list-section-title:hover,
|
|
|
|
|
|
|
|
.message-list-section-title:focus,
|
|
|
|
|
|
|
|
.events-section-title:hover,
|
|
|
|
|
|
|
|
.events-section-title:focus {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.06);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button:active,
|
|
|
|
|
|
|
|
.world-clocks-button:active,
|
|
|
|
|
|
|
|
.weather-button:active,
|
|
|
|
|
|
|
|
.events-button:active,
|
|
|
|
|
|
|
|
.message-list-section-title:active,
|
|
|
|
|
|
|
|
.events-section-title:active {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button {
|
|
|
|
|
|
|
|
min-height: 48px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button .day-label {
|
|
|
|
.datemenu-today-button .day-label {
|
|
|
|
font-size: 15pt;
|
|
|
|
font-size: 15pt;
|
|
|
|
font-weight: 500;
|
|
|
|
font-weight: 500;
|
|
|
|
@ -1699,18 +1671,29 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
font-weight: 400;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button:hover, .datemenu-today-button:focus {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.06);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.datemenu-today-button:active {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.calendar-month-label {
|
|
|
|
.calendar-month-label {
|
|
|
|
height: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin: 2px;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 6px 16px;
|
|
|
|
padding: 6px 16px;
|
|
|
|
border-radius: 12px;
|
|
|
|
border-radius: 12px;
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.calendar-month-label:focus {
|
|
|
|
.calendar-month-label:focus {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
background-color: rgba(255, 255, 255, 0.06);
|
|
|
|
background-color: rgba(255, 255, 255, 0.06);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -1720,14 +1703,16 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
margin: 2px;
|
|
|
|
margin: 2px;
|
|
|
|
border-radius: 100px;
|
|
|
|
border-radius: 100px;
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pager-button:hover, .pager-button:focus {
|
|
|
|
.pager-button:hover, .pager-button:focus {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
background-color: rgba(255, 255, 255, 0.06);
|
|
|
|
background-color: rgba(255, 255, 255, 0.06);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pager-button:active {
|
|
|
|
.pager-button:active {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ -1848,12 +1833,11 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.calendar-week-number {
|
|
|
|
.calendar-week-number {
|
|
|
|
width: 28px;
|
|
|
|
height: 1.8em;
|
|
|
|
height: 21px;
|
|
|
|
width: 2em;
|
|
|
|
margin: 2px;
|
|
|
|
margin: 4px 0;
|
|
|
|
padding: 7px 0 0;
|
|
|
|
|
|
|
|
border-radius: 100px;
|
|
|
|
border-radius: 100px;
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: rgba(255, 255, 255, 0.03);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
font-size: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
@ -1861,82 +1845,118 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
text-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Events */
|
|
|
|
.world-clocks-button,
|
|
|
|
.events-button .events-box {
|
|
|
|
.weather-button,
|
|
|
|
spacing: 6px;
|
|
|
|
.events-button {
|
|
|
|
|
|
|
|
padding: 4px 8px;
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.03);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.events-button .events-list {
|
|
|
|
.world-clocks-button:hover, .world-clocks-button:focus,
|
|
|
|
spacing: 12px;
|
|
|
|
.weather-button:hover,
|
|
|
|
text-shadow: none;
|
|
|
|
.weather-button:focus,
|
|
|
|
|
|
|
|
.events-button:hover,
|
|
|
|
|
|
|
|
.events-button:focus {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.06);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.events-button .events-title {
|
|
|
|
.world-clocks-button:active,
|
|
|
|
|
|
|
|
.weather-button:active,
|
|
|
|
|
|
|
|
.events-button:active {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-header,
|
|
|
|
|
|
|
|
.weather-header,
|
|
|
|
|
|
|
|
.message-list-section-title,
|
|
|
|
|
|
|
|
.events-section-title,
|
|
|
|
|
|
|
|
.events-title {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
text-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.events-button .event-time {
|
|
|
|
.weather-grid,
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
.world-clocks-grid {
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
spacing-rows: 8px;
|
|
|
|
}
|
|
|
|
spacing-columns: 16px;
|
|
|
|
|
|
|
|
|
|
|
|
.message-list-section-list:ltr {
|
|
|
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.message-list-section-list:rtl {
|
|
|
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-header,
|
|
|
|
.world-clocks-header,
|
|
|
|
.weather-header,
|
|
|
|
.weather-header,
|
|
|
|
.events-section-title {
|
|
|
|
.events-section-title {
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-grid,
|
|
|
|
.events-button .events-box {
|
|
|
|
.weather-grid {
|
|
|
|
spacing: 6px;
|
|
|
|
spacing-rows: 0.4em;
|
|
|
|
|
|
|
|
spacing-columns: 0.8em;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-city {
|
|
|
|
.events-button .events-list {
|
|
|
|
|
|
|
|
spacing: 12px;
|
|
|
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.events-button .event-time {
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.3);
|
|
|
|
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-button .world-clocks-city {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-time {
|
|
|
|
.world-clocks-button .world-clocks-time {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-button .world-clocks-time:ltr {
|
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-timezone {
|
|
|
|
.world-clocks-button .world-clocks-time:rtl {
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.world-clocks-button .world-clocks-timezone {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.weather-box {
|
|
|
|
.weather-button .weather-box {
|
|
|
|
spacing: 0.4em;
|
|
|
|
spacing: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.weather-header.location {
|
|
|
|
.weather-button .weather-header-box {
|
|
|
|
|
|
|
|
spacing: 8px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.weather-button .weather-header.location {
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
color: rgba(255, 255, 255, 0.45);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.weather-forecast-icon {
|
|
|
|
.weather-button .weather-forecast-icon {
|
|
|
|
icon-size: 2.18em;
|
|
|
|
icon-size: 32px;
|
|
|
|
color: rgba(255, 255, 255, 0.55);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.weather-forecast-time {
|
|
|
|
.weather-button .weather-forecast-time {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
font-feature-settings: "tnum";
|
|
|
|
@ -1945,13 +1965,12 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
padding-bottom: 0.4em;
|
|
|
|
padding-bottom: 0.4em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.weather-forecast-temp {
|
|
|
|
.weather-button .weather-forecast-temp {
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgba(255, 255, 255, 0.55);
|
|
|
|
color: rgba(255, 255, 255, 0.55);
|
|
|
|
text-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Message list */
|
|
|
|
|
|
|
|
.message-list {
|
|
|
|
.message-list {
|
|
|
|
width: 31.5em;
|
|
|
|
width: 31.5em;
|
|
|
|
padding: 0 12px;
|
|
|
|
padding: 0 12px;
|
|
|
|
@ -2314,14 +2333,14 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
width: 304px;
|
|
|
|
width: 304px;
|
|
|
|
padding: 0 8px;
|
|
|
|
padding: 0 8px;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
selection-background-color: #4586D8;
|
|
|
|
|
|
|
|
selected-color: #FFFFFF;
|
|
|
|
|
|
|
|
caret-color: rgba(0, 0, 0, 0.75);
|
|
|
|
caret-color: rgba(0, 0, 0, 0.75);
|
|
|
|
color: rgba(0, 0, 0, 0.75);
|
|
|
|
color: rgba(0, 0, 0, 0.75);
|
|
|
|
background-color: rgba(255, 255, 255, 0.75);
|
|
|
|
background-color: rgba(255, 255, 255, 0.75);
|
|
|
|
border-radius: 100px;
|
|
|
|
border-radius: 100px;
|
|
|
|
border-color: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
|
|
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
|
|
|
|
|
|
|
|
selection-background-color: #4586D8;
|
|
|
|
|
|
|
|
selected-color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.search-entry:focus {
|
|
|
|
.search-entry:focus {
|
|
|
|
@ -2331,6 +2350,8 @@ Gjs_ui_panel_ActivitiesButton.panel-button:active, Gjs_ui_panel_ActivitiesButton
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.55);
|
|
|
|
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.55);
|
|
|
|
padding: 0 8px;
|
|
|
|
padding: 0 8px;
|
|
|
|
|
|
|
|
selection-background-color: #4586D8;
|
|
|
|
|
|
|
|
selected-color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.search-entry .search-entry-icon {
|
|
|
|
.search-entry .search-entry-icon {
|
|
|
|
@ -3303,7 +3324,7 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
.login-dialog StEntry,
|
|
|
|
.login-dialog StEntry,
|
|
|
|
.unlock-dialog StEntry {
|
|
|
|
.unlock-dialog StEntry {
|
|
|
|
selection-background-color: #4586D8;
|
|
|
|
selection-background-color: #4586D8;
|
|
|
|
selected-color: rgba(255, 255, 255, 0.85);
|
|
|
|
selected-color: rgba(255, 255, 255, 0.85) !important;
|
|
|
|
caret-color: rgba(255, 255, 255, 0.7);
|
|
|
|
caret-color: rgba(255, 255, 255, 0.7);
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
|
|
@ -3774,7 +3795,7 @@ StWidget.focused .app-well-app-running-dot {
|
|
|
|
|
|
|
|
|
|
|
|
.lg-dialog StEntry {
|
|
|
|
.lg-dialog StEntry {
|
|
|
|
selection-background-color: #4586D8;
|
|
|
|
selection-background-color: #4586D8;
|
|
|
|
selected-color: rgba(255, 255, 255, 0.85);
|
|
|
|
selected-color: rgba(255, 255, 255, 0.85) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.lg-dialog .shell-link {
|
|
|
|
.lg-dialog .shell-link {
|
|
|
|
|