forked from CTalvio/Monochromic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sharp_style.css
92 lines (92 loc) · 1.79 KB
/
sharp_style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/*Sharp corners*/
.formDialogHeader {
border-top-left-radius: 0em;
border-top-right-radius: 0em;
}
.formDialogFooter {
border-bottom-left-radius: 0em;
border-bottom-right-radius: 0em;
}
.cardOverlayContainer {
border-radius: 0em !important;
}
.paperList,
.cardContent,
.sessionNowPlayingInnerContent,
.listItem:hover,
.cardImage,
.fab,
.raised,
.multiSelectCheckboxOutline,
.itemSelectionPanel,
.cardContent-button,
.cardContent-shadow,
.itemDetailImage,
.cardOverlayButton-hover,
.cardImageContainer,
.cardPadder,
.listItemImage,
.listItemImageButton,
.listItemButton,
.headerButton,
.paper-icon-button-light,
.innerCardFooter,
.blurhash-canvas,
.actionSheetMenuItem:hover,
.dialog,
.countIndicator,
.playedIndicator,
.listItemIcon,
.listItem-border,
.button-flat,
.visualCardBox,
.checkboxOutline,
.emby-select-withcolor,
.chapterThumbTextContainer,
.chapterThumbContainer,
.chapterThumb,
.emby-input,
.emby-textarea,
.emby-select-withcolor,
.cardOverlayButtonIcon {
border-radius: 0px !important;
}
progress {
border-radius: 0px;
}
.osdPoster img {
border-radius: 0em; border: none;
}
.mdl-slider::-moz-range-thumb {
<<<<<<< HEAD
border-radius: 0em;
=======
border-radius: 0px;
}
.mdl-slider::-ms-thumb {
border-radius: 0px;
}
.mdl-slider::-webkit-slider-thumb {
border-radius: 0px;
}
progress::-webkit-progress-bar {
border-radius: 0px;
}
progress::-moz-progress-bar {
border-radius: 0px;
}
progress::-webkit-progress-value {
border-radius: 0px;
>>>>>>> 4f14f912ade619204f0107ffd0cce0343645a09d
}
div[data-role="controlgroup"] a[data-role="button"]:first-child {
border-bottom-left-radius: 0em;
border-top-left-radius: 0em;
}
div[data-role="controlgroup"] a[data-role="button"]:last-child {
border-bottom-right-radius: 0em;
border-top-right-radius: 0em;
}
fieldset {
border-radius: 0em;
}