Skip to content

Commit 373a073

Browse files
jasonyessstadust
authored andcommitted
Removed redundant css declarations
1 parent 68d882c commit 373a073

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

pointercrate-core-pages/static/css/core.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,6 @@
175175
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
176176
border: 1px #6d6d6d dashed;
177177
}
178-
179-
@media (min-width: 1072px) {
180-
.fade-hide {
181-
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
182-
}
183-
}
184178

185179
/* color modifying styles */
186180

pointercrate-core-pages/static/css/nav.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -242,18 +242,4 @@ footer * {
242242
header nav {
243243
background: #444446;
244244
}
245-
246-
/*
247-
* Things for on hover sub-menus
248-
*/
249-
header nav .nav-group .nav-hover-dropdown {
250-
border: 1px solid rgba(211, 211, 211, 1);
251-
}
252-
253-
/* --------- smartphone ----------- */
254-
@media (min-width: 1072px) {
255-
header nav .seperator {
256-
border-right: 1px solid #999;
257-
}
258-
}
259245
}

pointercrate-core-pages/static/css/ui.css

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,6 @@ ul.selection-list li {
769769

770770
.dialog {
771771
background-color: #414141;
772-
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
773-
border: 1px lightgray dashed;
774772
}
775773

776774
/* Panel styles */
@@ -779,33 +777,14 @@ ul.selection-list li {
779777
background: #414141;
780778
}
781779

782-
/* General Input Styles */
783-
.form-input .error {
784-
font-size: 60% !important;
785-
color: coral;
786-
}
787-
788780
/* When the checkbox is checked, add a blue background */
789781
.cb-container input:checked ~ .checkmark {
790782
background-color: #0A95E6;
791783
}
792784

793-
/* Search UI Element */
794-
795-
.search {
796-
border: 1px solid #999;
797-
}
798-
799-
.search.seperated input {
800-
border-left: 1px solid #888;
801-
border-right: 1px solid #888;
802-
}
803-
804785
/* Dropdown selection menu thingy styles */
805786

806787
.dropdown-menu .menu {
807-
background: white;
808-
border: 1px solid #bbb;
809788
box-shadow: 0px 8px 10px #4e4e4e, -10px 8px 15px #4e4e4e, 10px 8px 15px #4e4e4e;
810789
}
811790

@@ -814,7 +793,6 @@ ul.selection-list li {
814793
}
815794

816795
.dropdown-menu div:focus-within {
817-
border: 1px solid #bbb;
818796
box-shadow: 0 0 10px 5px #6d6d6d;
819797
}
820798

@@ -852,36 +830,9 @@ ul.selection-list li {
852830
background-color: #414141;
853831
}
854832

855-
.info-green {
856-
background: #ddffdd;
857-
border: 1px solid #a8ff93;
858-
color: #074d07;
859-
}
860-
861-
.info-green a {
862-
color: #68bf0b !important;
863-
}
864-
865-
.info-yellow {
866-
background: #fffadd;
867-
border: 1px solid #e0e37b;
868-
color: #4d4707;
869-
}
870-
871-
.info-red {
872-
background: #fdd;
873-
border: 1px solid #ff9393;
874-
color: #4d0707;
875-
}
876-
877833
ul.selection-list {
878834
border: 1px solid #999;
879835
}
880-
881-
/* Tab panel stuff */
882-
.tab-active {
883-
color: #0881c6;
884-
}
885836

886837
#claimed-records-info span {
887838
color: #444446;

0 commit comments

Comments
 (0)