Skip to content

Commit b0898dd

Browse files
committed
cinnamon: Remove incomplete runDialog styling in Mint-X
Until/unless we style all the new dialogs properly we may as well use the ones from the default theme.
1 parent 53c70ba commit b0898dd

File tree

1 file changed

+0
-61
lines changed

1 file changed

+0
-61
lines changed

src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css

-61
Original file line numberDiff line numberDiff line change
@@ -1159,67 +1159,6 @@ StScrollBar StButton#vhandle:hover {
11591159
color: #a6a6a6;
11601160
}
11611161

1162-
/* ===================================================================
1163-
* Run dialog (runDialog.js)
1164-
* ===================================================================*/
1165-
.run-dialog-label {
1166-
font-size: 0em;
1167-
padding-bottom: 0px;
1168-
color: rgba(0, 0, 0, 0);
1169-
font-weight: bold;
1170-
}
1171-
1172-
.run-dialog-error-label {
1173-
}
1174-
1175-
.run-dialog-error-box {
1176-
padding-top: 15px;
1177-
spacing: 5px;
1178-
}
1179-
1180-
.run-dialog-entry {
1181-
padding: 4px 12px;
1182-
color: #2b2b2b;
1183-
border-image: url("misc-assets/entry.png") 6;
1184-
border-radius: 4px;
1185-
caret-color: #2b2b2b;
1186-
caret-size: 1px;
1187-
width: 250px;
1188-
height: 16px;
1189-
transition-duration: 300;
1190-
selected-color: #fff;
1191-
selection-background-color: #accd8a;
1192-
}
1193-
1194-
.run-dialog-entry:focus {
1195-
padding: 4px 12px;
1196-
color: #2b2b2b;
1197-
border-image: url("misc-assets/entry-focus.png") 6;
1198-
border-radius: 4px;
1199-
width: 250px;
1200-
height: 16px;
1201-
selected-color: #fff;
1202-
caret-color: #2b2b2b;
1203-
caret-size: 1px;
1204-
selection-background-color: #accd8a;
1205-
transition-duration: 150;
1206-
}
1207-
1208-
.run-dialog-completion-box {
1209-
padding-left: 15px;
1210-
}
1211-
1212-
.run-dialog {
1213-
padding-right: 12px;
1214-
padding-left: 12px;
1215-
padding-bottom: 0;
1216-
padding-top: 20px;
1217-
}
1218-
1219-
.lightbox {
1220-
background-color: rgba(0, 0, 0, 0.4);
1221-
}
1222-
12231162
/* =============================================================================
12241163
* CinnamonMountOperation Dialogs (cinnamonMountOperation.js)
12251164
* ============================================================================= */

0 commit comments

Comments
 (0)