Skip to content

Commit a66bd59

Browse files
didrocksgithub-actions[bot]
authored andcommitted
New upstream snapshot for Cinnamon
1 parent 1d40d29 commit a66bd59

6 files changed

Lines changed: 176 additions & 17 deletions

File tree

cinnamon-shell/upstream/cinnamon-dark.css

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,58 @@ StScrollBar {
10081008
box-shadow: none;
10091009
background: none; }
10101010

1011+
.polkit-dialog {
1012+
width: 500px; }
1013+
.polkit-dialog-main-layout {
1014+
spacing: 10px; }
1015+
.polkit-dialog-headline {
1016+
color: rgba(255, 255, 255, 0.87);
1017+
text-align: center;
1018+
font-size: 1.3em;
1019+
font-weight: bold; }
1020+
.polkit-dialog-description {
1021+
color: rgba(255, 255, 255, 0.87);
1022+
text-align: center;
1023+
font-size: 1em; }
1024+
.polkit-dialog-user-layout {
1025+
spacing: 10px; }
1026+
.polkit-dialog-user-layout:rtl {
1027+
padding-right: 10px; }
1028+
.polkit-dialog-user-root-label {
1029+
color: #FC4138; }
1030+
.polkit-dialog-password-label:ltr {
1031+
padding-top: 0.5em;
1032+
padding-right: 0.5em; }
1033+
.polkit-dialog-password-label:rtl {
1034+
padding-left: 0.5em; }
1035+
.polkit-dialog-password-entry {
1036+
width: 21em;
1037+
height: 1.2em;
1038+
padding: 7px;
1039+
border-radius: 3px;
1040+
caret-color: #c3c3c3;
1041+
selected-color: #ffffff;
1042+
selection-background-color: #35a854;
1043+
color: #c3c3c3;
1044+
background-color: rgba(109, 109, 109, 0.4);
1045+
border: 1px solid rgba(22, 22, 22, 0.4);
1046+
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
1047+
.polkit-dialog-password-entry:focus {
1048+
color: rgba(255, 255, 255, 0.87);
1049+
background-color: #404040;
1050+
border: 1px solid #35a854;
1051+
box-shadow: inset 0 2px 4px rgba(64, 64, 64, 0.05); }
1052+
.polkit-dialog-password-entry .caplocks-warning {
1053+
icon-size: 16px;
1054+
warning-color: #F27835;
1055+
padding: 0 4px; }
1056+
.polkit-dialog-error-label {
1057+
color: #FC4138;
1058+
text-align: center;
1059+
font-size: 1em; }
1060+
.polkit-dialog-info-label {
1061+
font-size: 1em; }
1062+
10111063
/* CinnamonMountOperation Dialogs */
10121064
.cinnamon-mount-operation-icon {
10131065
icon-size: 48px; }
@@ -1640,11 +1692,8 @@ StScrollBar {
16401692
text-shadow: none; }
16411693

16421694
.user-icon {
1643-
width: 32px;
1644-
height: 32px;
1645-
background-color: transparent;
1646-
border: none;
1647-
border-radius: 0; }
1695+
border: 1px solid rgba(255, 255, 255, 0.37);
1696+
border-radius: 99px; }
16481697

16491698
.user-label {
16501699
color: rgba(255, 255, 255, 0.87);

cinnamon-shell/upstream/cinnamon.css

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,58 @@ StScrollBar {
10081008
box-shadow: none;
10091009
background: none; }
10101010

1011+
.polkit-dialog {
1012+
width: 500px; }
1013+
.polkit-dialog-main-layout {
1014+
spacing: 10px; }
1015+
.polkit-dialog-headline {
1016+
color: #303030;
1017+
text-align: center;
1018+
font-size: 1.3em;
1019+
font-weight: bold; }
1020+
.polkit-dialog-description {
1021+
color: #303030;
1022+
text-align: center;
1023+
font-size: 1em; }
1024+
.polkit-dialog-user-layout {
1025+
spacing: 10px; }
1026+
.polkit-dialog-user-layout:rtl {
1027+
padding-right: 10px; }
1028+
.polkit-dialog-user-root-label {
1029+
color: #FC4138; }
1030+
.polkit-dialog-password-label:ltr {
1031+
padding-top: 0.5em;
1032+
padding-right: 0.5em; }
1033+
.polkit-dialog-password-label:rtl {
1034+
padding-left: 0.5em; }
1035+
.polkit-dialog-password-entry {
1036+
width: 21em;
1037+
height: 1.2em;
1038+
padding: 7px;
1039+
border-radius: 3px;
1040+
caret-color: #c3c3c3;
1041+
selected-color: #ffffff;
1042+
selection-background-color: #35a854;
1043+
color: #c3c3c3;
1044+
background-color: rgba(109, 109, 109, 0.4);
1045+
border: 1px solid rgba(22, 22, 22, 0.4);
1046+
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
1047+
.polkit-dialog-password-entry:focus {
1048+
color: #303030;
1049+
background-color: #f4f4f4;
1050+
border: 1px solid #35a854;
1051+
box-shadow: inset 0 2px 4px rgba(244, 244, 244, 0.05); }
1052+
.polkit-dialog-password-entry .caplocks-warning {
1053+
icon-size: 16px;
1054+
warning-color: #F27835;
1055+
padding: 0 4px; }
1056+
.polkit-dialog-error-label {
1057+
color: #FC4138;
1058+
text-align: center;
1059+
font-size: 1em; }
1060+
.polkit-dialog-info-label {
1061+
font-size: 1em; }
1062+
10111063
/* CinnamonMountOperation Dialogs */
10121064
.cinnamon-mount-operation-icon {
10131065
icon-size: 48px; }
@@ -1640,11 +1692,8 @@ StScrollBar {
16401692
text-shadow: none; }
16411693

16421694
.user-icon {
1643-
width: 32px;
1644-
height: 32px;
1645-
background-color: transparent;
1646-
border: none;
1647-
border-radius: 0; }
1695+
border: 1px solid rgba(48, 48, 48, 0.5);
1696+
border-radius: 99px; }
16481697

16491698
.user-label {
16501699
color: #303030;
37 Bytes
Loading
73 Bytes
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#! /bin/bash
22

3-
sassc ./sass/cinnamon.scss cinnamon.css
4-
sassc ./sass/cinnamon-dark.scss cinnamon-dark.css
3+
pysassc ./sass/cinnamon.scss cinnamon.css
4+
pysassc ./sass/cinnamon-dark.scss cinnamon-dark.css

cinnamon-shell/upstream/sass/_common.scss

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,70 @@ StScrollBar {
12931293
}
12941294
}
12951295

1296+
//
1297+
// Polkit Dialog
1298+
//
1299+
.polkit-dialog {
1300+
width: 500px;
1301+
1302+
&-main-layout { spacing: 10px; }
1303+
1304+
&-headline {
1305+
color: $fg_color;
1306+
text-align: center;
1307+
font-size: 1.3em;
1308+
font-weight: bold;
1309+
}
1310+
1311+
&-description {
1312+
color: $fg_color;
1313+
text-align: center;
1314+
font-size: 1em;
1315+
}
1316+
1317+
&-user-layout { spacing: 10px; }
1318+
&-user-layout:rtl { padding-right: 10px; }
1319+
1320+
&-user-root-label { color: $error_color; }
1321+
1322+
&-password-label:ltr {
1323+
padding-top: 0.5em;
1324+
padding-right: 0.5em;
1325+
}
1326+
1327+
&-password-label:rtl {
1328+
padding-left: 0.5em;
1329+
}
1330+
1331+
&-password-entry {
1332+
width: 21em;
1333+
height: 1.2em;
1334+
padding: 7px;
1335+
border-radius: 3px;
1336+
caret-color: $osd_fg_color;
1337+
selected-color: $selected_fg_color;
1338+
selection-background-color: $selected_bg_color;
1339+
1340+
@include entry(osd);
1341+
1342+
&:focus { @include entry(focus); }
1343+
1344+
.caplocks-warning {
1345+
icon-size: 16px;
1346+
warning-color: $warning_color;
1347+
padding: 0 4px;
1348+
}
1349+
}
1350+
1351+
&-error-label {
1352+
color: $error_color;
1353+
text-align: center;
1354+
font-size: 1em;
1355+
}
1356+
1357+
&-info-label { font-size: 1em; }
1358+
}
1359+
12961360
/* CinnamonMountOperation Dialogs */
12971361
.cinnamon-mount-operation-icon {
12981362
icon-size: 48px;
@@ -2136,11 +2200,8 @@ StScrollBar {
21362200
// User Applet
21372201
//
21382202
.user-icon {
2139-
width: 32px;
2140-
height: 32px;
2141-
background-color: transparent;
2142-
border: none;
2143-
border-radius: 0;
2203+
border: 1px solid transparentize($fg_color, 0.5);
2204+
border-radius: 99px;
21442205
}
21452206

21462207
.user-label {

0 commit comments

Comments
 (0)