Commit 8e56366e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Retoca esquema de color oscuro para listados

parent 9b59e1f9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,10 +18,9 @@

.comboButton
	display flex
	div
		background-color #e6e6e6 !important

	.dijitButtonNode
		background-color $color2 !important
		border 1px solid rgba(187, 187, 187, 0.6) !important
		border-bottom-color rgba(187, 187, 187, 0.6) !important
		padding 0 5px !important
@@ -30,6 +29,7 @@
		&:hover
			.fa, span
				color $blue

	.dijitArrowButton
		border-left-width 0 !important
		display flex !important
+10 −4
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@
	.contentList
		position relative
		overflow auto
		background-color $color1
		background-color $color12
		flex-grow 1
		color $white
		display flex
@@ -143,7 +143,7 @@
			&:nth-child(odd)
				background-color $color5
			&:nth-child(even)
				background-color $color1
				background-color $color12

		.dragAndDropContainerRow
			background-color #aaa !important
@@ -218,7 +218,7 @@


		.containerButtons
			color black
			color $white
			padding 10px
			display flex
			justify-content flex-end
@@ -289,8 +289,14 @@

		.containerRow
			.containerBottomRow
				background-color $color12
				border-top 1px solid $gray

				.containerTopRow
					border-left 1px solid $color4
					border-left 1px solid $gray

				.containerBottomRow
					border-top none

		.containerTopRow
			.expandCollapse