All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.mgwt.ui.client.theme.platform.panel.panel-ios.css Maven / Gradle / Ivy

The newest version!
@if mgwt.css pretty {
  @external mgwt-RoundPanel, mgwt-Panel-round;
}

.mgwt-Panel {
  background-color: white;
  border: 1px solid rgb(171, 173, 176);
  margin: 10px;
  padding: 10px;
  font-weight: bold;
  border-radius: 3px;
}

.mgwt-Panel-round {
  border-radius: 15px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy