mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Various HTML 5 fixes.
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Author's custom styles
|
||||
========================================================================== */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Overrides/fixes for pgAdmin specific styling in Bootstrap */
|
||||
/* Overrides/fixes for pgAdmin specific styling */
|
||||
|
||||
/* Use the full width of the screen */
|
||||
.container {
|
||||
@@ -14,3 +14,8 @@
|
||||
background-color: #428bca;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* iFrames should have no border */
|
||||
iframe {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user