@@ -123,7 +123,7 @@ StScrollBar StButton#vhandle:hover {
123
123
124
124
.notification-button : focus : hover ,
125
125
.notification-icon-button : focus : hover ,
126
- .modal- dialog-button: focus : hover {
126
+ .dialog-button : focus : hover {
127
127
border-image : url ("button-assets/button-focus-hover.png" ) 4 ;
128
128
}
129
129
@@ -146,19 +146,19 @@ StScrollBar StButton#vhandle:hover {
146
146
min-width : 100px ;
147
147
}
148
148
149
- .menu .top {
149
+ .menu .menu- top {
150
150
border-radius : 0 0 4px 4px ;
151
151
}
152
152
153
- .menu .bottom {
153
+ .menu .menu- bottom {
154
154
border-radius : 4px 4px 0 0 ;
155
155
}
156
156
157
- .menu .left {
157
+ .menu .menu- left {
158
158
border-radius : 0 4px 4px 0 ;
159
159
}
160
160
161
- .menu .right {
161
+ .menu .menu- right {
162
162
border-radius : 4px 0 0 4px ;
163
163
}
164
164
@@ -1111,54 +1111,67 @@ StScrollBar StButton#vhandle:hover {
1111
1111
}
1112
1112
1113
1113
/* ===================================================================
1114
- * Modal dialogs (modalDialog .js)
1114
+ * dialogs (dialog .js)
1115
1115
* ===================================================================*/
1116
- .modal- dialog {
1116
+ .dialog {
1117
1117
border-image : url ("background-assets/bg-1.png" ) 6 ;
1118
1118
color : rgb (70 , 70 , 70 );
1119
1119
padding : 20px ;
1120
1120
}
1121
1121
1122
- .modal-dialog-button-box {
1123
- spacing : 110px ;
1124
- padding-top : 20px ;
1122
+ .dialog-button-box {
1125
1123
}
1126
1124
1127
- .modal- dialog-button {
1125
+ .dialog-button {
1128
1126
height : 22px ;
1129
1127
color : rgb (70 , 70 , 70 );
1130
1128
border-image : url ("button-assets/button.png" ) 4 ;
1131
1129
padding : 3px 31px 4px ;
1132
1130
}
1133
1131
1134
- .modal- dialog-button: hover {
1132
+ .dialog-button : hover {
1135
1133
border-image : url ("button-assets/button-hover.png" ) 4 ;
1136
1134
}
1137
1135
1138
- .modal- dialog-button: focus {
1136
+ .dialog-button : focus {
1139
1137
border-image : url ("button-assets/button-focus.png" ) 4 ;
1140
1138
padding : 3px 31px 4px ;
1141
1139
}
1142
1140
1143
- .modal- dialog-button: active ,
1144
- .modal- dialog-button: checked {
1141
+ .dialog-button : active ,
1142
+ .dialog-button : checked {
1145
1143
border-image : url ("button-assets/button-pressed.png" ) 4 ;
1146
1144
}
1147
1145
1148
- .modal- dialog-button: focus : hover {
1146
+ .dialog-button : focus : hover {
1149
1147
border-image : url ("button-assets/button-focus-hover.png" ) 4 ;
1150
1148
padding : 3px 31px 4px ;
1151
1149
}
1152
1150
1153
- .modal- dialog-button: focus : checked ,
1154
- .modal- dialog-button: focus : active {
1151
+ .dialog-button : focus : checked ,
1152
+ .dialog-button : focus : active {
1155
1153
border-image : url ("button-assets/button-pressed.png" ) 4 ;
1156
1154
}
1157
1155
1158
- .modal- dialog-button: disabled {
1156
+ .dialog-button : disabled {
1159
1157
color : # a6a6a6 ;
1160
1158
}
1161
1159
1160
+ .dialog-button : destructive-action {
1161
+ color : # c21616 ;
1162
+ }
1163
+
1164
+ .dialog-list .dialog-list-title {
1165
+ padding : 1.3em ;
1166
+ text-align : center;
1167
+ color : rgb (70 , 70 , 70 );
1168
+ }
1169
+
1170
+ .dialog-list-item .dialog-list-item-description {
1171
+ color : rgb (70 , 70 , 70 );
1172
+ }
1173
+
1174
+
1162
1175
/* =============================================================================
1163
1176
* CinnamonMountOperation Dialogs (cinnamonMountOperation.js)
1164
1177
* ============================================================================= */
@@ -1309,93 +1322,164 @@ StScrollBar StButton#vhandle:hover {
1309
1322
* Policykit authentication dialog
1310
1323
* ===================================================================*/
1311
1324
1312
- .polkit -dialog {
1325
+ .prompt -dialog {
1313
1326
/* this is the width of the entire modal popup */
1314
1327
width : 500px ;
1315
1328
}
1316
1329
1317
- .polkit-dialog-main -layout {
1330
+ .polkit-dialog-user -layout {
1318
1331
spacing : 10px ;
1319
1332
}
1320
1333
1321
- .polkit-dialog-headline {
1322
- text-align : center;
1323
- font-size : 1.3em ;
1324
- font-weight : bold;
1325
- color : rgb (70 , 70 , 70 );
1334
+ .polkit-dialog-user-layout : rtl {
1335
+ padding-right : 10px ;
1326
1336
}
1327
1337
1328
- .polkit-dialog-description {
1329
- text-align : center ;
1330
- font-size : 1 em ;
1338
+ .polkit-dialog-user-combo {
1339
+ border-image : url ( "button-assets/button.png" ) 4 ;
1340
+ padding : 0.5 em 2 em ;
1331
1341
color : rgb (70 , 70 , 70 );
1332
1342
}
1333
1343
1334
- .polkit-dialog-user-layout {
1335
- spacing : 10 px ;
1344
+ .polkit-dialog-user-combo : hover {
1345
+ border-image : url ( "button-assets/button-hover.png" ) 4 ;
1336
1346
}
1337
1347
1338
- .polkit-dialog-user-layout : rtl {
1339
- padding-right : 10 px ;
1348
+ .polkit-dialog-user-combo : focus {
1349
+ border-image : url ( "button-assets/button-focus.png" ) 4 ;
1340
1350
}
1341
1351
1342
- .polkit-dialog-user-root-label {
1343
- color : # ff0000 ;
1352
+ .polkit-dialog-user-combo : active ,
1353
+ .polkit-dialog-user-combo : checked {
1354
+ border-image : url ("button-assets/button-pressed.png" ) 4 ;
1344
1355
}
1345
1356
1346
- .polkit-dialog-password-label : ltr {
1347
- padding-top : 0.5 em ;
1348
- padding-right : 0.5 em ;
1357
+ .polkit-dialog-user-combo : focus : hover {
1358
+ border-image : url ( "button-assets/button-focus-hover.png" ) 4 ;
1359
+ padding : 3 px 31 px 4 px ;
1349
1360
}
1350
1361
1351
- .polkit-dialog-password-label : rtl {
1352
- padding-left : 0.5em ;
1362
+ .polkit-dialog-user-combo : focus : checked ,
1363
+ .polkit-dialog-user-combo : active {
1364
+ border-image : url ("button-assets/button-pressed.png" ) 4 ;
1353
1365
}
1354
1366
1355
- .polkit-dialog-password-entry {
1367
+ .polkit-dialog-user-combo : disabled ,
1368
+ .polkit-dialog-user-combo : insensitive {
1369
+ color : # a6a6a6 ;
1370
+ }
1371
+
1372
+ .prompt-dialog-password-entry {
1356
1373
padding : 4px 12px ;
1357
1374
color : # 2b2b2b ;
1358
1375
border-image : url ("misc-assets/entry.png" ) 6 ;
1359
1376
border-radius : 4px ;
1360
1377
caret-color : # 2b2b2b ;
1361
1378
caret-size : 1px ;
1362
1379
width : 250px ;
1363
- height : 16px ;
1364
1380
transition-duration : 300 ;
1365
1381
selected-color : # fff ;
1366
1382
selection-background-color : # accd8a ;
1367
1383
}
1368
1384
1369
- .polkit -dialog-password-entry: focus {
1385
+ .prompt -dialog-password-entry: focus {
1370
1386
padding : 4px 12px ;
1371
1387
color : # 2b2b2b ;
1372
1388
border-image : url ("misc-assets/entry-focus.png" ) 6 ;
1373
1389
border-radius : 4px ;
1374
1390
width : 250px ;
1375
- height : 16px ;
1376
1391
selected-color : # fff ;
1377
1392
caret-color : # 2b2b2b ;
1378
1393
caret-size : 1px ;
1379
1394
selection-background-color : # accd8a ;
1380
1395
transition-duration : 150 ;
1381
1396
}
1382
1397
1383
- .polkit -dialog-password-entry .capslock-warning {
1398
+ .prompt -dialog-password-entry .capslock-warning {
1384
1399
icon-size : 16px ;
1385
1400
warning-color : rgb (64 , 64 , 64 );
1386
1401
padding : 0 4px ;
1387
1402
}
1388
1403
1389
- .polkit -dialog-error-label {
1404
+ .prompt -dialog-error-label {
1390
1405
text-align : center;
1391
1406
font-size : 1em ;
1392
1407
color : # ff0000 ;
1393
1408
}
1394
1409
1395
- .polkit -dialog-info-label {
1410
+ .prompt -dialog-info-label {
1396
1411
font-size : 1em ;
1397
1412
}
1398
1413
1414
+ .prompt-dialog-password-entry StLabel .hint-text {
1415
+ color : rgba (70 , 70 , 70 , 0.4 );
1416
+ }
1417
+
1418
+ .prompt-dialog-password-entry StIcon .peek-password {
1419
+ icon-size : 16px ;
1420
+ color : rgb (70 , 70 , 70 );
1421
+ }
1422
+
1423
+ /* ===================================================================
1424
+ * Run dialog
1425
+ * ===================================================================*/
1426
+
1427
+ .run-dialog-description {
1428
+ text-align : center;
1429
+ color : rgb (70 , 70 , 70 );
1430
+ }
1431
+
1432
+ .run-dialog-entry {
1433
+ padding : 4px 12px ;
1434
+ color : # 2b2b2b ;
1435
+ border-image : url ("misc-assets/entry.png" ) 6 ;
1436
+ border-radius : 4px ;
1437
+ width : 250px ;
1438
+ min-height : 16px ;
1439
+ selected-color : # fff ;
1440
+ caret-color : # 2b2b2b ;
1441
+ caret-size : 1px ;
1442
+ selection-background-color : # accd8a ;
1443
+ transition-duration : 150 ;
1444
+ }
1445
+
1446
+ .run-dialog-entry : focus {
1447
+ padding : 4px 12px ;
1448
+ color : # 2b2b2b ;
1449
+ border-image : url ("misc-assets/entry-focus.png" ) 6 ;
1450
+ border-radius : 4px ;
1451
+ width : 250px ;
1452
+ min-height : 16px ;
1453
+ selected-color : # fff ;
1454
+ caret-color : # 2b2b2b ;
1455
+ caret-size : 1px ;
1456
+ selection-background-color : # accd8a ;
1457
+ transition-duration : 150 ;
1458
+ }
1459
+
1460
+ /* ###################################################################
1461
+ * Audio device selection dialog
1462
+ * ###################################################################*/
1463
+
1464
+ .audio-device-selection-dialog .audio-selection-box .audio-selection-device {
1465
+ border-image : url ("button-assets/button.png" ) 4 ;
1466
+ color : rgb (70 , 70 , 70 );
1467
+ }
1468
+ .audio-device-selection-dialog .audio-selection-box .audio-selection-device : focus {
1469
+ border-image : url ("button-assets/button-focus.png" ) 4 ;
1470
+ }
1471
+ .audio-device-selection-dialog .audio-selection-box .audio-selection-device : hover {
1472
+ border-image : url ("button-assets/button-hover.png" ) 4 ;
1473
+ }
1474
+ .audio-device-selection-dialog .audio-selection-box .audio-selection-device : insensitive {
1475
+ color : # a6a6a6
1476
+ }
1477
+ .audio-device-selection-dialog .audio-selection-box .audio-selection-device : selected ,
1478
+ .audio-device-selection-dialog .audio-selection-box .audio-selection-device : active ,
1479
+ .audio-device-selection-dialog .audio-selection-box .audio-selection-device : checked {
1480
+ border-image : url ("button-assets/button-pressed.png" ) 4 ;
1481
+ }
1482
+
1399
1483
/* ###################################################################
1400
1484
* Cinnamon Specific Section
1401
1485
* ###################################################################*/
@@ -1538,6 +1622,9 @@ StScrollBar StButton#vhandle:hover {
1538
1622
.menu-context-menu {
1539
1623
}
1540
1624
1625
+ # menu-search-entry StLabel .hint-text {
1626
+ color : rgba (70 , 70 , 70 , 0.3 );
1627
+ }
1541
1628
/* ===================================================================
1542
1629
* Window list applet ([email protected] /applet.js)
1543
1630
* ===================================================================*/
@@ -2166,14 +2253,18 @@ StScrollBar StButton#vhandle:hover {
2166
2253
}
2167
2254
2168
2255
.check-box StBin ,
2169
- .check-box : focus StBin {
2256
+ .check-box : focus StBin ,
2257
+ .check-box-2 StBin ,
2258
+ .check-box-2 : focus StBin {
2170
2259
width : 16px ;
2171
2260
height : 16px ;
2172
2261
background-image : url ("control-assets/checkbox-unchecked.png" );
2173
2262
}
2174
2263
2175
2264
.check-box : checked StBin ,
2176
- .check-box : focus : checked StBin {
2265
+ .check-box : focus : checked StBin ,
2266
+ .check-box-2 : checked StBin ,
2267
+ .check-box-2 : focus : checked StBin {
2177
2268
background-image : url ("control-assets/checkbox-checked.png" );
2178
2269
}
2179
2270
@@ -2246,20 +2337,24 @@ StScrollBar StButton#vhandle:hover {
2246
2337
font-size : 4em ;
2247
2338
}
2248
2339
2249
- .osd-window {
2340
+ .media-keys-osd {
2250
2341
border-image : url ("background-assets/bg-1.png" ) 6 ;
2251
2342
color : rgb (70 , 70 , 70 );
2343
+ margin-bottom : 1em ;
2252
2344
padding : 20px ;
2253
2345
spacing : 1em ;
2254
2346
}
2255
2347
2256
- .osd-window .level {
2257
- height : 0.7em ;
2348
+ .media-keys-osd .level {
2349
+ min-width : 160px ;
2350
+ -barlevel-height : 0.7em ;
2351
+ -barlevel-background-color : rgba (70 , 70 , 70 , 0.4 );
2352
+ -barlevel-active-background-color : rgb (172 , 205 , 138 );
2353
+ -barlevel-amplify-color : rgb (172 , 205 , 138 );
2258
2354
border-radius : 0.3em ;
2259
- background-color : rgba (70 , 70 , 70 , 0.4 );
2260
2355
}
2261
2356
2262
- .osd-window .level-bar {
2357
+ .media-keys-osd .level-bar {
2263
2358
border-radius : 0.3em ;
2264
2359
background-color : rgb (172 , 205 , 138 );
2265
2360
}
0 commit comments